Marcus Well-known member Nov 13, 2013 #1 I was thinking about serving jquery 2 for compatible browsers and otherwise jquery 1. I would check this on server leven on nginx. But I wonder: How much faster is jquery 2 anyway? Last edited: Nov 13, 2013
I was thinking about serving jquery 2 for compatible browsers and otherwise jquery 1. I would check this on server leven on nginx. But I wonder: How much faster is jquery 2 anyway?
Adam Howard Well-known member Nov 13, 2013 #2 2.0.3 - http://code.jquery.com/jquery-2.0.3.min.js 83.6 kB (83,612 bytes) 1.10.2 - http://code.jquery.com/jquery-1.10.2.min.js 93.1 kB (93,107 bytes) Saving about 9.5 KB But you will lose support for IE 6, 7, and 8. If you're not worried about that, you can always try it.
2.0.3 - http://code.jquery.com/jquery-2.0.3.min.js 83.6 kB (83,612 bytes) 1.10.2 - http://code.jquery.com/jquery-1.10.2.min.js 93.1 kB (93,107 bytes) Saving about 9.5 KB But you will lose support for IE 6, 7, and 8. If you're not worried about that, you can always try it.