[jQuery] Re: jqModal

2008-11-11 Thread Rule13
: > > > change > > $().ready(function() { > > to > > $(document).ready(function() { > > > > Rule13 wrote: >> I'm trying to trigger the following modal after the page loads. I've >> tried >> 'autofire:true' and

[jQuery] Re: jqModal

2008-11-11 Thread Rule13
iv.jqmAlertContent', > overlay: 70, > autofire: true > }); > > > > > On Nov 11, 12:14 pm, Liam Potter <[EMAIL PROTECTED]> wrote: >> change >> >> $().ready(function() { >> >> to >> >> $(document)

[jQuery] jqModal

2008-11-11 Thread Rule13
I'm trying to trigger the following modal after the page loads. I've tried 'autofire:true' and jqmShow() to no avail. I am receiving an error message that 'h' has no properties. I'm obviously doing something wrong. Can someone help point me in the right direction? Here's the code: http://ww