Help to modify a jquery script
Hi!
I need help from you, sorry for my english, I hope you understand me...
I have a gallery made with jquery, based on this example:
http://demo.webdeveloperplus.com/featured-content-slider/
So, I'd like to have the transition effect not only in the main image, but on the right - grey panel too.
The script I actually use is very simple:
$(document).ready(function(){
$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
});
Can you help me to modify it as I need?
Thank you very much!
Bye!