Top "Jqlite" questions

jQLite - a jQuery Stand-in for BlackBerry (and other mobile devices)

AngularJS - get element attributes values

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 jqlite
How to select an element by classname using jqLite?

I'm trying to remove jquery from my Angular.js app in order to make it lighter, and put Angular's jqLite …

angularjs angularjs-directive jqlite
AngularJS - Image "onload" event

I'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 jqlite
How to check if element with ID exists in AngularJS

How can I check if an element with a specific ID already exists in my DOM inside an Angular directive? …

javascript angularjs jqlite
How to test if event.target.hasClass() using angularJS and jqlite?

After 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 jqlite
.addClass not working on jqLite / Angular.js

I've been struggling lately to understand why the .addClass function was not working on jqLite element.addClass('active') Element returns …

javascript angularjs jqlite
Angularjs: how to find an element based on a data-attribute value?

I've got the following directive: template: '<div data-div="outer"><div data-div="inner"></div>&…

javascript angularjs angularjs-directive jqlite
AngularJS : Listen for click events on a button outside of a directive

I am new to angularjs. I am building an angularjs SPA. The application page has two sections - a buttons …

angularjs events directive jqlite
Using element.find() by class in Angular Unit testing

When running this test, I keep getting the error Expected undefined to be true. it('should have the right classes', …

angularjs unit-testing jqlite
angularJS element.on callback and scope.$apply

In 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