Friday, August 21, 2009

jQuery: grab array foreach through

$("input[name=quantity]").each(function(i) { this.style.background = "#ffffff"; });

0 Comments:

Post a Comment

<< Home