Jquery combined with other library

Content: jQuery

Posted On: Dec 10, 2010 Resource: PHPjQuery.com More (Source Content)

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();

Related Posts: