Code Monkey home page Code Monkey logo

jquerydocs's Introduction

Welcome to jQueryDocs

Downloads Buy me a beer!

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.

  1. Open Command Palette using menu item Tools -> Command Palette...
  2. Choose Package Control: Install Package
  3. Find jQueryDocs and hit Enter

Manual

You can also install the package manually:

  1. Download the .zip
  2. Unzip and rename the folder to jQueryDocs
  3. Copy the folder into Packages directory, which you can find using the menu item Sublime 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.

jquerydocs's People

Contributors

michaelworm avatar miw0 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.