This seems to be working! I've cross-browsed, and closed/re-opened numerous times and it's worked every time so far.
I was trying
Code:
jQuery(function($){ //shorthand for document ready which also passes a new definition of $ as the current instance of jQuery to itself
$('.multizoom1.thumbs img').eq(1).trigger('click');
setTimeout(100);
});
I see the difference, but it is a bit confusing why there's a function inside of a function in the correct code in the above post.
Care to shed some light on this? Does it have to do with noConflict mode?
Also, would you mind explaining why you've chosen 100ms instead of something quicker, like 1ms?
To me it's seems like it would be better to load this function as soon as possible to avoid visual interference from the initial thumb that's loading as it uses a fade-in effect to display. It kind of seems like the longer the delay the more the 'reset' is noticeable.
Bookmarks