Changeset 735171
- Timestamp:
- 07/02/2013 06:36:21 PM (13 years ago)
- Location:
- skip-to
- Files:
-
- 1 added
- 2 edited
-
assets/example_screen_shot.png (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/skipTo.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
skip-to/trunk/readme.txt
r732231 r735171 3 3 Plugin URI: https://github.com/paypal/SkipTo 4 4 Description: A simple way to expand the usefullness of your site's "Skip To Content" functionality. 5 Version: 0.1. 15 Version: 0.1.2 6 6 Tags: skip to, accessibility 7 7 License: Apache-2.0 … … 9 9 == Description == 10 10 11 # SkipTo11 # [SkipTo](http://paypal.github.io/SkipTo/) 12 12 SkipTo is a replacement for your old classic "Skipnav" link, (so please use it as such)! 13 13 The SkipTo script creates a drop-down menu consisting of the most important places on a given web page. The menu will make it easier for keyboard and screen reader users to quickly jump to the desired location by simply choosing it from the list of options. … … 29 29 3. Edit settings 30 30 31 == Screenshots == 32 33 1. Example of the menu in action. 34 31 35 == Changelog == 32 36 … … 37 41 * Changed the path to the JS to reflect the plugin name. 38 42 43 = 0.1.2 = 44 * Changed the SkipToMin.js to pull from the PayPal CDN, so the plugin now supports HTTPS. 45 * Updates to the readme. 39 46 40 47 == Authors == -
skip-to/trunk/skipTo.php
r732231 r735171 4 4 Plugin URI: https://github.com/paypal/SkipTo 5 5 Description: A simple way to expand the usefullness of your site's "Skip To Content" functionality. 6 Version: 0.1. 16 Version: 0.1.2 7 7 Author: Nawaz Khan, Victor Tsaran, Ron Feathers, and Marc Kocher 8 8 Author URI: https://github.com/paypal … … 10 10 */ 11 11 12 $skipTo_url = ' http://paypal.github.io/SkipTo/downloads/js/SkipTo.min.js';12 $skipTo_url = '//www.paypalobjects.com/webstatic/uie/SkipTo.min.js'; 13 13 14 14 function skipto_load_js_and_css() {
Note: See TracChangeset
for help on using the changeset viewer.