Nice article about comparing javascript framework performance on different browsers:
You saw that jQuery can be considered one of the faster libraries you can choose. However, you also saw that even if you choose one of the fast JavaScript libraries, your Web application’s performance is 9x more dependent on the browser your visitors use to run your Web application. […]
The author also gave some performance tips for working with jQuery.

