SEO MotionZ Forum
jQuery.noConflict - Printable Version

+- SEO MotionZ Forum (https://seomotionz.com)
+-- Forum: SEO Motionz Home (https://seomotionz.com/forumdisplay.php?fid=4)
+--- Forum: SEO Motionz Forum Community (https://seomotionz.com/forumdisplay.php?fid=12)
+---- Forum: General Discussions (https://seomotionz.com/forumdisplay.php?fid=3)
+---- Thread: jQuery.noConflict (/showthread.php?tid=823)



jQuery.noConflict - siva s - 07-22-2015

As other client side libraries like MooTools, Prototype can be used with jQuery and they also use $() as their global function and to define variables. This situation creates conflict as $() is used by jQuery and other library as their global function. To overcome from such situations, jQuery has introduced jQuery.noConflict().