> This works great in firefox, why doesn't this work in any other > browser? Can the attribute onblur be added another way to work in all > browsers? > > jQuery('#'+nameHex[0].replace(' ','__')+'_qty #'+fields[c].id).attr > ('onblur' ,'setQtys();');
jQuery('#'+nameHex[0].replace(' ','__')+'_qty #'+fields[c].id).blur (setQtys);