:
>
>
> 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
iv.jqmAlertContent',
> overlay: 70,
> autofire: true
> });
>
>
>
>
> On Nov 11, 12:14 pm, Liam Potter <[EMAIL PROTECTED]> wrote:
>> change
>>
>> $().ready(function() {
>>
>> to
>>
>> $(document)
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
3 matches
Mail list logo