I am using Angular JS to integrate my application with back end, I have one single page application where I have some menu buttons and on click of each menu we need to populate html dynamically. So html rendering is done through Angular but I have done my menu functionality using JQuery, now when I am putting these two things together my Jquery functionality is not working. So if anyone can suggest me that JQuery and Angular can be used together or not.
Join the Stack Overflow Community
Stack Overflow is a community of 6.9 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up
Join them; it only takes a minute:
|
Technically JQuery and Angular can work together. But , by experience i'have encountred many trouble using them together. So, it's better to integrate your jquery in angular by creating a directive for exemple here. |
|||
|