i just added tried out this jQuery code: alert(jQuery('#showError')); jQuery('#showError').hide();
the alert resulted to "[object Object]", but the call to hide resulted to the error "this.display is null or not an object". i'm using IE7 by the way. On Wed, Sep 17, 2008 at 9:42 PM, Eric Martin <[EMAIL PROTECTED]> wrote: > > It sounds like an issue with your page. Do you have any code examples > or a page that I can view? > > On Sep 17, 5:40 am, kimoy <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm developing on ASP.NET and have been trying to make the SimpleModal > > plugin work but somehow the jQuery.hide() function throws an error > > 'this.style is null or not an object'. > > > > This is my jQuery code: > > > > jQuery(document).ready(function(){ > > jQuery('#showError').modal(); > > > > }); > > > > Thanks. >