I recently updated to the latest version of Slimbox and now it doesn’t work. I get the following error in slimbox2_autoload on line 51 (prettified) – images.unbind(‘click’).slimbox(…:
Uncaught TypeError: Object #<Object> has no method ‘slimbox’
I can see that both slimbox scripts are loading and executing no problem. It seems like they’re working with different versions of jQuery. I can see the slimbox methods attaching to jQuery and jQuery.fn if I step through and in global scope right afterwards, but by the time we get to autoload jQuery no longer has them (and has a different expando attribute). But multiple versions of jQuery are not being loaded…I don’t think?
Any chance you’d mind taking a look and seeing? http://mastomillers.com
It’s been great for years, though, thank you!