Hello,
I'm not good in java script, and need you help for getting this jquery plugin fit to my needs.
Link to plugin demo page (EXAMPLE 3):
I wish to add selected tab option, when user clicks on tab code will change one class with second one.Code:http://boedesign.com/demos/wiggleslide/
Author of this plugin wrote this
Path to java script where code need to bee
Code:http://boedesign.com/demos/wiggleslide/js/wiggleslide.jsthis is not working at all.Inside the last few lines in wiggleslide.js where you see $(this).click(function(){ add $(this).removeClass().addClass('selected'); then style the .selected class in CSS.
My code
Red code: place from where script will remove class style$('div.tabs_1_wrapper ul#slider-nav3 a').removeClass('pake');
$(this).addClass('selected');
return false;
Blue code: default class style
Yellow code: this class will be used when user click on tabs
Problem is that my code act like class changer , when I click on tabs code change my default class with second one and stay active.
I hope that someone knows what is my problem and hi wish to help me
I would be grateful...
Thank you



Reply With Quote
Bookmarks