Answer the question
In order to leave comments, you need to log in
How to make a JQ script that will replace the css class on links in which there are only img images?
There are such lines of code that remove the css class on all links on the page
and the code that initializes the display of images through the gallery script.
$(document).ready(function(){
$('a').toggleClass('highslide').toggleClass('lalo');
$().fancybox({
selector : '#gg99 a:visible',
thumbs : {
autoStart : true
}
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question