JQuery Fading effect not working
-
Hi,
The fading effect is not working is the 1.0.6.2 version.
You’re using the fadeToggle() function in your js/q-a-plus.js file but this function doesn’t exist in the jQuery library.You should use the fadeTo() function instead.
Or use the toggleFade() function you wrote in the 0.2.8 version.François
The topic ‘JQuery Fading effect not working’ is closed to new replies.