Search code examples
javascriptjquery-uidrupaldrupal-6drupal-modules

Drupal - Jquery update version conflicts with lightbox


My drupal version is 6 and currently running jquery version 1.6.2. I am using Lightbox and jquery UI at a time, I think jquery 1.6 not supports UI features. When I update my jquery version, all the links goes to lightbon and showing imagee not found. So how can I implement Jquery upper version and lightbox at a time.

Thanks in advance.


Solution

  • Don't update jQuery library manually, it can cause some js code to crash.

    Instead, you can use jQuery Update to do that. It's more secure. This module updates your Drupal 6 jQuery version to v.1.3.2

    Hope this helps... Muhammad