Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronpowell/sublime-jquery-snippets

Code snippets for developing with jQuery
https://github.com/aaronpowell/sublime-jquery-snippets

Last synced: 1 day ago
JSON representation

Code snippets for developing with jQuery

Awesome Lists containing this project

README

        

This is a [Sublime Text][sublime] package which includes a bunch of handy snippets for doing jQuery development.

## Installation ##

### Without Package Control ###

This package is not in [wbond's][package_control] repository, so you gotta use Terminal and git to install it.

I'm using [Sublime 3][sublime3] and it works like a charm.

#### Mac OS ####

cd "~/Library/Application Support/Sublime Text 3/Packages"

#### Windows 7 ####

cd "C:\Users\YOUR_USERNAME\AppData\Roaming\Sublime Text 3\Packages"

#### Inside _Packages_ ####

git clone https://github.com/bitbonsai/sublime-jquery-snippets.git "jQuery-Snippets"

[sublime]: http://www.sublimetext.com/
[sublime3]: http://www.sublimetext.com/3
[package_control]: http://wbond.net/sublime_packages/package_control