You can use .each().

$("#myId").each(function() {
 // do lots of stuff
});
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to