hello all,

I need a bit of help. I want to do the follow function:
$("input.type='button'").mouseover(function(){$
(this).css({cursor:"pointer"});});

but it won´t work. Because I don´t know how I can match the element in
a form. In this case I want make a mouseover effect on the "input
type=button" but I wrote it in a wrong way. How has it to be?

Thank you

Reply via email to