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

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.

share|improve this question
1  
I would strongly recommend you to read “Thinking in AngularJS” if I have a jQuery background? – Satpal May 27 '15 at 11:28

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.