i didn't put a runat='server' attribute to the <div> element so when we do a
viewsource the id is still 'showError' even if it's inside a
contentplaceholder control.

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.
>

Reply via email to