Changeset 840978
- Timestamp:
- 01/18/2014 04:13:47 PM (12 years ago)
- Location:
- wp-jquery-plus/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-jquery-plus.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-jquery-plus/trunk/readme.txt
r732552 r840978 3 3 Tags: jquery,google 4 4 Requires at least: 3.5 5 Tested up to: 3. 66 Stable tag: 1.0 5 Tested up to: 3.8 6 Stable tag: 1.0.1 7 7 License: GPLv2 8 8 … … 11 11 == Description == 12 12 13 There’s been a whole heap of discussions about the "correct" way to load jQuery onto your site. I thought I’d throw my solution into the ring. What this plugin does differently than others is it loads jQuery from Google - while providing a fallback to the local version in the event the CDN is down or you are not allowed to access Google (like in China). It also uses the same version as WordPress does - automagically.13 There’s been a whole heap of discussions about the "correct" way to load jQuery onto your site. I thought I’d throw my solution into the ring. What this plugin does differently than others is it loads jQuery from Google - while providing a fallback to the local version in the event the CDN is down or your firewall blocks access to Google. It also uses the same version as WordPress does - automagically. 14 14 15 15 **WordPress 3.5 is now required for protocol relative URLs** … … 27 27 28 28 == Changelog == 29 30 = 1.0.1 = 31 * Tested in 3.8 32 * Updated description about fallback use-case. 29 33 30 34 = 1.0 = -
wp-jquery-plus/trunk/wp-jquery-plus.php
r732552 r840978 6 6 Author: Zach Schnackel 7 7 Author URI: http://zslabs.com 8 Version: 1.0 8 Version: 1.0.1 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.