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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -