Stephen Woodbridge wrote:
> Hi,
> 
> I am getting a very strange error message:
> 
> Node cannot be inserted at the specified point in the hierarchy" code: "3
> 
> 
> This is using jquery and the blockUI plugin. I assume it is because I'm 
> doing something wrong, but the error message does not point to a line 
> number or anything else.
> 
> Any thoughts on this?
> 
> -Steve

OK, figured it out. It was not happy with:

var message = $("mesageDiv")[0];
$.unblock(message);

I should have typed: $("#mesageDiv")

-Steve

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to