Can't target thumbnails
Can't target thumbnails
Here is my site:
http://yardenharel.triplebit.com/product/%D7%97%D7%95%D7%9C%D7%A6%D7%94-8/
I need to alert when any of the thumbnails gallery images(right to the main image) is clicked like so:
$('ul.slides li').each(function() {
$(this).on("click", function(){
alert('thumbnail clicked');
});
But this doesn't happen..
Can someone advise please?
Thx
Topic Participants
msher3
jakecigar