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

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -