Displaying 1 result from an estimated 1 matches for "selist_toggleedit".
2006 Mar 16
20
help with each
...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'');
});
}