[Proto-Scripty] Re: remove() not working in IE7

2008-11-23 Thread Jay
In your test, have you proven that the argument to the RemoveCategoryField function has the intended element in it? It might be worthwhile to try an alert(div.id) at the beginning just to be sure. Or even alert('div is '+div.id+', and parent is '+div.up().id). On Nov 22, 8:01 pm, Wallis <[EMAIL P

[Proto-Scripty] Re: remove() not working in IE7

2008-11-22 Thread kangax
On Nov 22, 8:01 pm, Wallis <[EMAIL PROTECTED]> wrote: > Hi, > > I created the following simple function to delete the div element. I > passed the div element id to this function and this function should > delete the div element for me. It works in FF but not in IE7. Do > anyone has this problem? C