+ 5
[Angular JS] join jquery to angular
Can I join Jquery with angular ? How ? for example, I want to do $('.myClass').click(function() { $scope.range++; });
22 odpowiedzi
+ 1
Angular includes its own JQuery implementation internally, but in any case you can do what you like and use your JQuery implementation.
In any case, what you want to do can be done with ng-click quite easily. In w3schools there is an example that resembles: https://www.w3schools.com/angular/ng_ng-click.asp
+ 14
https://stackoverflow.com/questions/35054004/how-to-use-jquery-with-javascript-in-angular-2
+ 13
Angular replace jquery. Reactjs replace jquery. ect.
It's not good idea to mix Angular and jquery.
+ 13
Look at angular event. Angular animate and other.
https://www.w3schools.com/angular/angular_events.asp
https://www.w3schools.com/angular/angular_animations.asp
+ 12
why use jquery with angular ???
+ 12
Good explanation why don't mix angular with jquery.
https://stackoverflow.com/questions/14994391/thinking-in-angularjs-if-i-have-a-jquery-background
+ 11
It's Angular event... that i post.
+ 10
^^
+ 9
arf... on ne sait plus qui est français ou pas. ^^
+ 8
ha oui. ^^
+ 8
Discord ? heu...^^
+ 7
c.mechain, oui mais Mickel a trouvé pile poil les scripts qu'il me fallait.... donc je sais que je devrais aussi te mettre the best answer
+ 7
Nope. Le dernier truc private que j'ai utilisé c'est... msn...^^
+ 6
mdrr faut que tu aille voir le classement francais all time, je suis pas loin derriere toi ^^
+ 6
XD tad pas un truc en private ?
+ 5
tu as discord ? jvoudrais que tu maides pour un code
+ 5
omg
+ 4
there is not another solution easier ?
+ 4
jquery for event, and bcs I know a lot of jquery, but angular is good for loops etc...
+ 4
so what is the translation of this jquery in angular js ?
https://code.sololearn.com/WRuGuKbTvpmi/?ref=app