jQLite - a jQuery Stand-in for BlackBerry (and other mobile devices)
How do you get an element attribute value? e.g. HTML element: <button data-id="345" ng-click="doStuff($element.target)">…
javascript angularjs angularjs-scope jqliteI'm trying to remove jquery from my Angular.js app in order to make it lighter, and put Angular's jqLite …
angularjs angularjs-directive jqliteI've been searching for an answer to simple but not trivial question: What is a right way to catch image' …
javascript angularjs angularjs-directive onload jqliteHow can I check if an element with a specific ID already exists in my DOM inside an Angular directive? …
javascript angularjs jqliteAfter a click pass the event to ctrl. I want to write a conditional that will return true if the …
javascript angularjs dom-events angularjs-ng-click jqliteI've been struggling lately to understand why the .addClass function was not working on jqLite element.addClass('active') Element returns …
javascript angularjs jqliteI've got the following directive: template: '<div data-div="outer"><div data-div="inner"></div>&…
javascript angularjs angularjs-directive jqliteWhen running this test, I keep getting the error Expected undefined to be true. it('should have the right classes', …
angularjs unit-testing jqliteIn this example, I have an input with an attached directive. The directive is meant to display messages next to …
angularjs angularjs-directive jqlite angularjs-model