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

jQuery effect not working in IE?

Options
  • 05-12-2008 5:43pm
    #1
    Registered Users 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 Posts: 6,511 ✭✭✭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