jQueryDocs
Shows a selected jQuery Function on api.jquery.com
Details
Installs
- Total 75K
- Win 59K
- Mac 8K
- Linux 8K
Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 5 | 2 | 3 | 1 | 1 | 0 | 1 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 3 | 0 | 1 | 2 | 2 | 1 | 1 | 1 | 1 | 0 | 1 | 3 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 4 | 3 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Welcome to jQueryDocs
jQueryDocs is a Sublime Text 3 Package which shows a selected jQuery Function on api.jquery.com.
How to Install
Via Package Control
The easiest way to install is using Sublime Package Control, where you can find this package by searching for jQueryDocs
.
- Open Command Palette using menu item
Tools -> Command Palette...
- Choose
Package Control: Install Package
- Find
jQueryDocs
and hit Enter
Manual
You can also install the package manually:
- Download the .zip
- Unzip and rename the folder to
jQueryDocs
- Copy the folder into
Packages
directory, which you can find using the menu itemSublime Text -> Preferences -> Browse Packages...
How to use
Just click on a jQuery Function while holding down ALT key or select a jQuery Function and press ALT+J.
A new window will be created in your default browser loading api.jquery.com/SELECTION
Change default click binding
You can change the default click combination by including this in your user mouse binding settings:
{
"button": "button1",
"count": 1,
"modifiers": ["alt"],
"press_command": "drag_select",
"press_args": {"by": "words"},
"command": "jquery_docs"
}
Change default key binding
You can change the default key combination by including this in your user key binding settings:
{ "keys": ["alt+j"], "command": "jquery_docs" }
Thanks
jQueryDocs was created and is maintained by Michael Worm.