[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-15 Thread Mike Alsup
> http://www.malsup.com/jquery/block/#page Thanks, Jonathan! :-)

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-14 Thread Jonathan
http://www.malsup.com/jquery/block/#page On Apr 14, 4:26 pm, Mike Alsup wrote: > > Thanks for the replies. I found out that the problem has to do with > > the fact that The BlockUi plug-in actually removes the passed in node > > from the DOM. At least I know what's going on now and am able to >

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-14 Thread Mike Alsup
> Thanks for the replies. I found out that the problem has to do with > the fact that The BlockUi plug-in actually removes the passed in node > from the DOM. At least I know what's going on now and am able to > figure out a workaround. That's not good behavior for a plug-in. What version of the

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-11 Thread mikemad
Thanks for the replies. I found out that the problem has to do with the fact that The BlockUi plug-in actually removes the passed in node from the DOM. At least I know what's going on now and am able to figure out a workaround. That's not good behavior for a plug-in. Mike On Apr 10, 4:14 pm, Dav

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-10 Thread Dave Methvin
Doesn't that mean #prg is missing from the document then? That sounds like a logic error in your code.

[jQuery] Re: Error with BlockUI: 'parentNode' is null or not an object

2009-04-10 Thread jay
Why not just surround it in: if (node){ ..code that uses a non-null node } On Apr 10, 3:59 am, mikemad wrote: > I'm getting the error "'parentNode' is null or not an object" when > using BlockUI (Latest version and latest Jquery). I'm also using > Microsoft AJAX.NET. I'm blocking on an element