Javascript:

   $(function(){
       var popup = $("#popup").jqm();
       $("a").click(function(){
           popup.jqmShow();
       });
   });

Body:

<a href="#">Click me!</a>
<div id="popup" class="jqmWindow">
<a href="#" class="jqmClose">Close</a>
<br/>
<p>Hello, world!</p>
</div>

Crashes IE:
Line: 0
Error: Object required

Unable to debug, but I was having another problem with IE6 and jqModal with
a much more complex document that pointed to hash[...].w as the culprit.

Anyone have any ideas? Does r7 not work with IE6?

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

Reply via email to