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.