search for: thiskey

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

Did you mean: whiskey
2006 Mar 16
20
help with each
...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''); }); }