You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Ross Gardler (JIRA)" <ji...@apache.org> on 2009/12/24 19:08:29 UTC

[jira] Created: (WOOKIE-90) JQuery document ready function not working

JQuery document ready function not working
------------------------------------------

                 Key: WOOKIE-90
                 URL: https://issues.apache.org/jira/browse/WOOKIE-90
             Project: Wookie
          Issue Type: Bug
            Reporter: Ross Gardler


In JQuery it is recommended to use $(document).ready(function() { ... } to run a function on document load. however this does not work in a widget.

It is necessary to use <body onload="..."> instead

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-90) JQuery document ready function not working

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-90:
-------------------------------

    Fix Version/s:     (was: 0.8.1)
                   0.8.2

I've added a FAQ entry for now - we'll return to this issue in the next release

> JQuery document ready function not working
> ------------------------------------------
>
>                 Key: WOOKIE-90
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-90
>             Project: Wookie
>          Issue Type: Bug
>            Reporter: Ross Gardler
>             Fix For: 0.8.2
>
>
> In JQuery it is recommended to use $(document).ready(function() { ... } to run a function on document load. however this does not work in a widget.
> It is necessary to use <body onload="..."> instead

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.