toggle not working in IE6
Hi Everyone
I have been able to get jquery to toggle the submit buttons except it is now not working in IE6.
Can someone please take a look at the code below and let me know how i can get this to also work in IE6 please... unfortunately my client wants it to be IE6 compatible!
//hover effect onmouseover submit buttons only//
$(".submit").hover(function(){
$(this).toggleClass(".submit:hover");
});
//end hover effect//
Thanks
Jess