![Coding with PHP, jQuery and HTML](http://www.titan21.co.uk/wp-content/uploads/2016/01/599x599x1ffb895af19acb787197be304a6b3ca0-599x599.jpg.pagespeed.ic.Y7VR1fSG3E.jpg)
Using jQuery with other libraries
3 January 2013I recently coded a site for a customer which used jQuery. I also wanted to use Lokesh Dhakar’s Lightbox 2. The problem? jQuery uses the $() function by default but since LightBox 2 is based on Prototype which also requires the use of the $() function, there will be a conflict of interests. We’ll have a look at the problem and then what can be done to solve it.
Read More…