Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

jQuery effect not working in IE?

  • 05-12-2008 4:43pm
    #1
    Registered Users, Registered Users 2 Posts: 383 ✭✭


    Hey guys,

    can any one figure out why this isn't working in IE? http://jsbin.com/owamu/

    It's not my code, but it is replicating the MooTools effect that can be seen on www.irishtimes.com (half way down the page).

    Looks great in Firefox, just don't know how to get it working in IE!

    Any ideas?

    Thanks in advance:)


Comments

  • Registered Users, Registered Users 2 Posts: 6,571 ✭✭✭daymobrew


    Although there is a comment saying that onload is not needed because the code is in the footer, it is probably worth adding it.
    $(document).ready(function() {
      // Your code
    }
    


Advertisement