Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I am developing a new Module in my ASP.NET MVC Application and i want to use AngularJS in that Module.
But in that Module i have to use JQuery too.
So is it good practice to use AngularJS and JQuery together?

Your Suggestions can help me a lot.
Thanks in advance.
Posted
Comments
Thanks7872 13-Mar-15 5:47am    
'Good practice' is subject of debate,but if it serves your purpose than you can. Nothing wrong with it.
Pratik Bhuva 13-Mar-15 8:35am    
Thanks Sir.
I was just worrying about the problems that might occur because of the use of these two(AngularJS and JQuery) together.
Thanks7872 13-Mar-15 9:00am    
This may not be useful in context of this question but one should be very careful while using mix of knockout.js and JQuery.

Personal experience : JQuery and Angularjs is totally fine with each other. Go with it.
Pratik Bhuva 13-Mar-15 9:26am    
Thank you so much Sir.
Now I can implement something more relevant than Demos in AngularJS.
Faisalabadians 17-Mar-15 11:00am    
Partik Bhuva you are correct. There is no any problem with each other but I would like to add something in, never mess with dom using JQuery which is being used by AnuglarJS. I mean lets say you are trying to change content of directive but AngularJS is watching them then there might be a unpredictable situation.

Yes, Of course... No need to hesitate to do so. It works great with both systems and they work as peers in your applications..
 
Share this answer
 
v2
Yes. If you use JQuery, angular will use your script path of JQuery.
If not, it will use its own version - https://docs.angularjs.org/misc/faq[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900