[jQuery] Convert these lines to jQuery?
I wondered if someone could help me convert these lines to jQ?
var f = document.gridfinder; (the name of the form)
f.submit();
------
$(item).style.background = color; (I'm passing in 'item' as an argument)
$(item).focus();
------
$('#panel'+panelNum).style.display = 'block';
I'm trying to convert some existing code over to jQuery. I think it might
have to do with the .attr method but I'm not sure how to call it. Thanks in
advance.
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
andy@icglink.com
615.370.1530 x737
--------------//--------->
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/