First, thanks for your reply.
Sorry, but the testing site is password protected.
The reason I cannot just re-order them is they have to be listed Alphabetically. IE - the thumbnailed order goes something like: black, cherry, daisy, green, orange, purple, etc.
They must stay in this order. (The short answer for why this has to be this way is some pages will link to my desired pages showcasing the certain color first.)
I've gotten as far as using
Code:
<script>
$(document).ready(function() {
$("#the_thumbnail_to_open").trigger('click');
});
</script>
with the #id assigned to the desired <a href>,
and this comes close, but opens the direct link URL to the image.
Bookmarks