Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- using jQuery.noConflict()


daveVk - 4:32 am on Feb 4, 2012 (gmt 0)


All scripts shares the global namespace, so no independence, that said good practice minimizes use of this namespace. jQuery only uses $ and jQuery I think.

jQuery.noConflict() needs to be called after jQuery installed to undo $ assignment, hopefully nothing else changes it, or other library script is executed prior to this call.


Thread source:: http://www.webmasterworld.com/javascript/4413529.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com