your absolutly right dave.
im not the autor of the script, i just have to modify, so, i have to create a new segment of code, to sentence this behavior,
i create now the .select class, and i add this code, but doesnt work, what i miss ?
- .lkr-toolbar.toolbar-read-mode ul li a.select{background-color:transparent;}
.lkr-toolbar.toolbar-read-mode ul li a.active{background-color:#C60000;}
and this is the Jquery:
- $("#bullet, #mynotes, #notes, #alert, #friends, #corpuser, #membership, #favorites, #profile, #misil, #LKCredits, #hold, #likopter, #preferences").bind("click") ; (
function()
{
$(currentPage).removeClass('select');
$(this).addClass('select');
},
function()
{
$(this).addClass('active');
$(currentPage).addClass('active');
}
);