Category: Development
Error: $ is not a function or how to resolve conflicts with other javascript libraries that use $() function
One of the reasons that make a jQuery popular is its extensions and plugins. Some CMS also include the jQuery library such as WordPress. Plugins let easily add functionality to a website and sometimes one might include more than one JavaScript Libraries (Prototype, jQuery, Mootools, etc). If you have more than one library it might…