A
A
Alexander Zaitsev2016-01-09 03:00:36
JavaScript
Alexander Zaitsev, 2016-01-09 03:00:36

How to get $(this) equivalent of jqlite in angular?

There is an array of elements. I do:
myArray.bind("click", function( ){ ... });
How to get the current element wrapped in jqlite inside the function?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
_
_ _, 2016-01-09
@nithrous

angular.element(this);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question