javascript - Alternative to csv delimited elements in prototype -
is there away append bunch of elements in array besides following
var qtys = $$('#super-product-table .qty, #super-product-table-1 .qty, #super-product-table-2 .qty');
i want alternative getting above array elements. reason ie 9 returns null works fine in google chrome , firefox.
Comments
Post a Comment