Jquery 1.9.0 not working with Thickbox
-
Love the plugin and have been using it for over a year now for many of my builds. There are sometimes a few quirks with Javascript clashes, but overall it’s pretty solid. Unfortunately though, I just ran into a jQuery issue.
I was using Roots WordPress Theme with jQuery 1.8.3 and NextGen without issues. Once I updated my build to jQuery 1.9.0 the thickbox popups no longer work. (Shutter still works.) Also before I updated to 1.9.0 JJ NextGen JQuery Carousel was working perfectly, now it is broken. (I can’t provide a link because my client’s site is still in development.)
Firebug debugging is giving the following errors in thickbox.js & jquery.jcarousel.min.js
thickbox.js
jQuery(…).live is not a function
Line 23 is below//add thickbox to href & area elements that have a class of .thickbox function tb_init(domChunk){ jQuery(domChunk).live('click', tb_click);
jquery.jcarousel.min.js
i.browser is undefined
Line 16I updated to 1.9 because with that selectivizr now supports some :nth selectors for IE8 and under, that were not available before. Is anyone else experiencing this issue and know how to fix it? Maybe an update will be coming out soon? Any help is appreciated. Thanks!
https://www.ads-software.com/extend/plugins/nextgen-gallery/
- The topic ‘Jquery 1.9.0 not working with Thickbox’ is closed to new replies.