search for: editview

Displaying 1 result from an estimated 1 matches for "editview".

Did you mean: xditview
2006 Mar 16
20
help with each
can you please tell me why this is not working? i got the example for how to use each online and copied it to a t (except i added the if). its telling me items.each does not exist. var items = document.getElementsByClassName(''editView''); if (items.length > 0){ items.each(function (result){ thisid = result.id; thiskey = thisid.replace(/se_item_/gi, ''''); selist_toggleEdit(thiskey,''display''); }); }