JQuery UI Question:

Can we combine Jquery combined with other libraries?

JQuery User Interface Interview Question
JQuery User Interface Interview Question

Answer:

Jquery combined with other java script libraries like prototype, mootools that time Jquery coding will be conflict with other libraries.
So that time use this command for non -conflict jquery with other java script libraries.
jQuery.noConflict();


Previous QuestionNext Question
What is Jquery? How Jquery will work?How can we get value of textbox in jquery?