Thursday 20 August 2015

How can we resolve conflict between prototype and jQuery?

To resolve a conflict between jQuery and prototype, use below method



jQuery.noConflict



and using jQuery instead of



$('code').code;
jQuery.noConflict();
jQuery(function($)



To view the full code about How can we resolve conflict between prototype and jQuery? visit the link mentioned.
Also visit the javascript developer forum to ask questions related to java, or you can also post your queries in other programming languages like Android,PHP, Javascript, HTML etc. on ask tech query section.

No comments:

Post a Comment