Menu

Showing Posts In: jQuery

Coding with PHP, jQuery and HTML

Using jQuery with other libraries

3 January 2013

I 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…