Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Add prev and insertAfter functions #6

Open
wants to merge 38 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4954d57
Update snippets
mrmartineau Mar 22, 2012
3d38038
Update syntax file
mrmartineau Mar 22, 2012
dd02745
$ now has scope
Nov 13, 2012
ef144fe
Merge pull request #1 from carlosypunto/master
mrmartineau Dec 6, 2012
de0e545
Update & convert loads of snippets
mrmartineau Jan 13, 2013
8956384
Escape a special character
fikrettursak Feb 1, 2013
1421bf0
Merge pull request #2 from fikrettursak/patch-1
mrmartineau Feb 1, 2013
3af0599
Fix wrong function argument and description
Anon1234 Jun 2, 2013
4c250e0
Merge pull request #3 from Anon1234/patch-1
mrmartineau Jun 3, 2013
52fdea9
Merge remote-tracking branch 'upstream/master'
mrmartineau Aug 5, 2013
7438222
Merge remote-tracking branch 'upstream/master'
mrmartineau Aug 7, 2013
5719a9e
Improve and update many snippets and their descriptions
mrmartineau Aug 8, 2013
d65dc0d
Add some new snippets and update some old ones
mrmartineau Aug 8, 2013
ee8e7b1
missing colon
pafnuty Aug 27, 2013
3f518a1
Merge pull request #7 from pafnuty/patch-1
mrmartineau Aug 27, 2013
8a6b8ca
Add a Bitdeli badge to README
bitdeli-chef Dec 1, 2013
1ac7fec
Merge pull request #8 from bitdeli-chef/master
mrmartineau Dec 1, 2013
5236783
Update wrapInner.sublime-snippet
adeelshahid Jul 4, 2014
62bec34
Update wrap.sublime-snippet
adeelshahid Jul 4, 2014
d48a202
Update unbind.sublime-snippet
adeelshahid Jul 4, 2014
84fb109
Update wrapAll.sublime-snippet
adeelshahid Jul 4, 2014
fb1df4f
Merge pull request #13 from adeelshahid/master
mrmartineau Jul 6, 2014
fb33a71
fixed typo
P233 Jul 14, 2014
7da46eb
add missing <description>
P233 Jul 14, 2014
969c532
add missing ()
P233 Jul 14, 2014
146e103
Update README.md
mrmartineau Jul 15, 2014
e0a19a9
Fix image embed
mrmartineau Jul 15, 2014
8d9c248
Merge pull request #14 from P233/master
mrmartineau Aug 16, 2014
e985037
Fixes #17
mrmartineau Dec 11, 2014
38867d2
removes slash in get snippet
gaboesquivel Feb 3, 2015
1ac12a6
Merge pull request #20 from gaboesquivel/fix-get
mrmartineau Mar 16, 2015
9d43147
update scopes to be compatible with 'Javascript Ultimate' package
mrmartineau Apr 17, 2015
8434592
reorganise snippets into more logical folders
mrmartineau Apr 17, 2015
422d70f
fixed incompatibility with users not using JavaScript Ultimate
May 7, 2015
954129c
Merge pull request #23 from JoshuaWise/master
mrmartineau Jun 15, 2015
ec1cb3c
Remove the syntax definition file (ref #22)
mrmartineau Jul 20, 2015
cd6db71
fix syntax dollar post
Sep 2, 2015
be90f8f
Merge pull request #25 from abstractcodify/master
mrmartineau Sep 2, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions $ajaxSetup.sublime-snippet

This file was deleted.

9 changes: 0 additions & 9 deletions $get.sublime-snippet

This file was deleted.

9 changes: 0 additions & 9 deletions $getScript.sublime-snippet

This file was deleted.

9 changes: 0 additions & 9 deletions $post.sublime-snippet

This file was deleted.

16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# jQuery Package for Sublime Text

This is a Sublime Text bundle to help with jQuery functions.
This is a Sublime Text bundle to help with jQuery functions. It has syntax highlighting and almost all of the jquery methods as snippets.

## Using snippets
Snippets are used by typing the method name and selecting the appropriate match, see below for an example when using `ajax` as the tabtrigger:

![](http://i.imgur.com/pASjCdM.png)

## Authors

* Zander Martineau
* Zander Martineau - [@MrMartineau](https://github.com/MrMartineau)

Forked from the original Textmate bundle by:
* Karl Swedberg
* Jonathan Chaffer

Expand All @@ -15,4 +22,7 @@ This bundle is dual-licensed under MIT and GPL licenses (just like jQuery).
* [http://www.opensource.org/licenses/mit-license.php](http://www.opensource.org/licenses/mit-license.php)
* [http://www.gnu.org/licenses/gpl.html](http://www.gnu.org/licenses/gpl.html)

Use it, change it, fork it, sell it. Do what you will, but please leave the author attribution.
Use it, change it, fork it, sell it. Do what you will, but please leave the author attribution.

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/SublimeText/jquery/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

Loading