Safari 2.0 and jQuery

Quick tip if you were unsuccessful in convincing a client it’s not worth supporting Safari 2.0, and you want to use jQuery but it’s not working (crashes, etc.): check for any .hide() / .show() in your Javascript code, and replace with .css(’display’,'none’). Particularly if you’re calling hide / show on page load.

Digg! delicious
Posted on Wednesday, May 20th, 2009 at 2:45 am and filed under geekery. Subscribe to RSS 2.0. Skip to the end and leave a comment. Pinging disabled.

Leave a Reply