Already been fixed in SVN, will be in jQuery 1.1.4.

--John

On 7/27/07, Diego A. <[EMAIL PROTECTED]> wrote:
>
> Hi there,
>
> I'm not sure whether this is a bug or an intentional change, but I'm
> having problems with my implementations of jQuery because version
> 1.1.3 ignores inline event registrations - ie.: conventional
> onclick="alert('hello world');" declarations.
>
> I've setup a test here:
> http://www.fyneworks.com/jquery/events/
>
> The test:
> <div class="Clear">
>  <a href="javascript:;" onClick="$(this).after('- executed onclick
> attribute');">Test link</a>
> </div>
> <script type="text/javascript" language="javascript">
> $(function(){ // on start up, simulate click event
>  $('a').click();
> });
> </script>
>
> Only works in jQuery 1.1.2.
> jQuery 1.1.3 ignores the onclick="" declaration...
>
> Any help appreciated!
>
>

Reply via email to