jqueryplugingen 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +7 -0
- data/Manifest.txt +160 -1
- data/README.rdoc +1 -3
- data/bundles/JavaScript jQuery.tmbundle/Commands/Documentation for Word : Selection.tmCommand +68 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$ (Select DOM Element).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$(this).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajax(hash).tmSnippet +28 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxError.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSend.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSetup.tmSnippet +28 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_ajaxSuccess.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_get.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getIfModified.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getJSON.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_getScript.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_post.tmSnippet +23 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/$_trim.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:checked.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:contains('test').tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:disabled.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:empty.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:enabled.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:eq(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:even.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:first.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:gt(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:hidden.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:last.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:lt(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:not(s).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-child(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-last-child(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:nth-of-type(n).tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:odd.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-child.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:only-of-type.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:parent.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:root.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/:visible.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/add.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/addClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/after.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStart.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ajaxStop.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/animate.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/append.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/appendTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/attr(hash).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/attr.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/before.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/bind.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/blur.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/change.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/children.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/click.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/clone.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/contains.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/css(hash).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/css.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/dblclick.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/each.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/end.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/error.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeIn.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeOut.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/fadeTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/filter.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/find.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/focus.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/get.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/height.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hide - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hide.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/hover.tmSnippet +20 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/html.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/insertAfter.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/insertBefore.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/is.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/load (AHAH).tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/load.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/loadIfModified.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mousedown.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mousemove.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseout.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseover.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/mouseup.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/next.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/not.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/one.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/parent.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/parents.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prepend.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prependTo.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/prev.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/ready.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/remove.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/removeAttr.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/removeClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/reset.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/resize.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/scroll.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/select.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/show - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/show.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/siblings.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/size.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideDown.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideToggle.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp - with callback.tmSnippet +19 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/slideUp.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/submit.tmSnippet +18 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/text.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle (show:hide).tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggle.tmSnippet +21 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/toggleClass.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/trigger.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/unbind.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/val.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/width.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Snippets/wrap.tmSnippet +16 -0
- data/bundles/JavaScript jQuery.tmbundle/Syntaxes/jQuery (JavaScript).tmLanguage +440 -0
- data/bundles/JavaScript jQuery.tmbundle/info.plist +387 -0
- data/bundles/JavaScript.tmbundle/Commands/Copy as Bookmarklet to Clipboard.tmCommand +54 -0
- data/bundles/JavaScript.tmbundle/Commands/Documentation for Word.plist +30 -0
- data/bundles/JavaScript.tmbundle/Commands/New Function.tmCommand +28 -0
- data/bundles/JavaScript.tmbundle/Commands/New Method.tmCommand +28 -0
- data/bundles/JavaScript.tmbundle/Commands/Reformat Document : Selection.tmCommand +50 -0
- data/bundles/JavaScript.tmbundle/Preferences/Comments.tmPreferences +36 -0
- data/bundles/JavaScript.tmbundle/Preferences/JavaScript Indent.tmPreferences +19 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Banned.tmPreferences +17 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Class.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Instance.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 1.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Preferences/Symbol List Sub 2.tmPreferences +21 -0
- data/bundles/JavaScript.tmbundle/Snippets/Get Elements.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Method String.tmSnippet +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Method.tmSnippet +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object Value JS.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/Object key /342/200/224 key: /"value/".tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/Prototype (proto).plist +19 -0
- data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246} (faster).tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/for (/342/200/246) {/342/200/246}.tmSnippet" +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/function (fun).plist +18 -0
- data/bundles/JavaScript.tmbundle/Snippets/function.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/if ___ else.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/if.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Snippets/setTimeout function.tmSnippet +16 -0
- data/bundles/JavaScript.tmbundle/Support/dev_guru_index.gz +0 -0
- data/bundles/JavaScript.tmbundle/Support/lib/beautify.php +557 -0
- data/bundles/JavaScript.tmbundle/Syntaxes/JavaScript.plist +712 -0
- data/bundles/JavaScript.tmbundle/info.plist +136 -0
- data/jQuery-Plugin-Generator.tmproj +190 -2
- data/lib/jquery_plugin_gen.rb +3 -5
- data/lib/jquery_plugin_gen/quick_template.rb +2 -2
- data/lib/jquery_plugin_gen/support/bundles.rake +28 -0
- data/lib/jquery_plugin_gen/support/jquery.rake +143 -0
- data/lib/jquery_plugin_gen/tasks.rb +5 -0
- data/lib/templates/Rakefile.erb +8 -2
- data/spec/data/templates/Rakefile +8 -2
- metadata +162 -3
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.html(${1/(.+)/(?1:':)/}${1:Some text <b>and bold!</b>}${1/(.+)/(?1:':)/})$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>html</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.html</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>3A459E99-A508-4561-93C4-8C801987BF65</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.insertAfter('${1:selector expression}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>insertAfter</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.insertAfter</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>03A18CFB-640C-4D87-A41B-15F01A2D1768</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.insertBefore('${1:selector expression}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>insertBefore</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.insertBefore</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>DBA6F6FC-24CA-4B01-9083-4BED8B88D9F8</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.is('${1:selector expression}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>is</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.is</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>C05B289F-F527-4440-8851-A81ED1B39532</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.load('${1:/path/to/file.htm}'${2/(.+)/(?1:,{
|
7
|
+
:)/}${2:param1: "value1", param2: "value2"}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:,
|
8
|
+
function\(\){
|
9
|
+
:)/}${3:// Stuff to do after the page is loaded}${3/(.+)/(?1:
|
10
|
+
}:)/});
|
11
|
+
$0</string>
|
12
|
+
<key>name</key>
|
13
|
+
<string>load (AHAH)</string>
|
14
|
+
<key>scope</key>
|
15
|
+
<string>source.js.jquery</string>
|
16
|
+
<key>tabTrigger</key>
|
17
|
+
<string>.load</string>
|
18
|
+
<key>uuid</key>
|
19
|
+
<string>CF16D248-060F-4ECD-9EF3-8DC9FF6AE97C</string>
|
20
|
+
</dict>
|
21
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.load(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>load</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.load</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>9599E726-CD10-4B52-8DAD-5F02343E6541</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.loadIfModified('${1:/path/to/file.html}'${2/(.+)/(?1:,{
|
7
|
+
:)/}${2:param1: "value1", param2: "value2"}${2/(.+)/(?1:}:)/}${3/(.+)/(?1:,
|
8
|
+
function\(\){
|
9
|
+
:)/}${3:// Stuff to do after the page is loaded}${3/(.+)/(?1:
|
10
|
+
}:)/});
|
11
|
+
$0</string>
|
12
|
+
<key>name</key>
|
13
|
+
<string>loadIfModified</string>
|
14
|
+
<key>scope</key>
|
15
|
+
<string>source.js.jquery</string>
|
16
|
+
<key>tabTrigger</key>
|
17
|
+
<string>.loadIfModified</string>
|
18
|
+
<key>uuid</key>
|
19
|
+
<string>8DF64D47-0D42-4A34-AF40-AEF559E64336</string>
|
20
|
+
</dict>
|
21
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.mousedown(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>mousedown</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.mousedown</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>0FD09463-BE66-4316-BF87-9FBA2D9902CB</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.mousemove(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>mousemove</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.mousemove</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>0C0F0895-54E0-4CA5-AC82-B3D3E872675C</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.mouseout(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>mouseout</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.mouseout</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>39D8784D-FEC7-4DE3-9B34-DEEF98E1D865</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.mouseover(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>mouseover</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.mouseover</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>BF533BA4-A99C-4F3A-A26C-CB196B3DC2BA</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.mouseup(${1:function() {
|
7
|
+
${0:// Act on the event}
|
8
|
+
\}});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>mouseup</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.mouseup</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>A07D7480-0C24-4FD9-A816-9BD5F16059CE</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.next(${1/(.+)/(?1:':)/}${1:selector expression}${1/(.+)/(?1:':)/})$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>next</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.next</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>4FABFAB0-E15C-41D3-BC40-0C685F168D50</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.not('${1:selector expression}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>not</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.not</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>5826C882-45C3-45DD-A9F2-0EF523890CAE</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.one('${1:event name}', function(${2:event}) {
|
7
|
+
${0:// Act on the event once}
|
8
|
+
});</string>
|
9
|
+
<key>name</key>
|
10
|
+
<string>one</string>
|
11
|
+
<key>scope</key>
|
12
|
+
<string>source.js.jquery</string>
|
13
|
+
<key>tabTrigger</key>
|
14
|
+
<string>.one</string>
|
15
|
+
<key>uuid</key>
|
16
|
+
<string>4686D84C-E4BE-4460-A4BF-C494D9660802</string>
|
17
|
+
</dict>
|
18
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.parent(${1/(.+)/(?1:':)/}${1:selector expression}${1/(.+)/(?1:':)/})$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>parent</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.parent</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>61AD7DF9-B0CB-4985-A9E8-E868E47E0922</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.parents(${1/(.+)/(?1:':)/}${1:selector expression}${1/(.+)/(?1:':)/})$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>parents</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.parents</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>249A21FB-D259-4BA6-B7A6-97A128A928E6</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.prepend('${1:Some text <b>and bold!</b>}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>prepend</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.prepend</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>299BBE36-6F8F-4BE8-8196-35BF2F990ADE</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.prependTo('${1:selector expression}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>prependTo</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.prependTo</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>D0822715-180B-4D26-81A3-DF2AA34BB733</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.prev(${1/(.+)/(?1:':)/}${1:selector expression}${1/(.+)/(?1:':)/})$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>prev</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.prev</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>289FBC67-F567-41D5-9615-2AB7CD159D1E</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,19 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>\$(document).ready(function() {
|
7
|
+
${0:// Stuff to do as soon as the DOM is ready;}
|
8
|
+
});
|
9
|
+
</string>
|
10
|
+
<key>name</key>
|
11
|
+
<string>document ready</string>
|
12
|
+
<key>scope</key>
|
13
|
+
<string>source.js.jquery</string>
|
14
|
+
<key>tabTrigger</key>
|
15
|
+
<string>ready</string>
|
16
|
+
<key>uuid</key>
|
17
|
+
<string>58A59313-2F70-4024-985C-C46A454B88AF</string>
|
18
|
+
</dict>
|
19
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.remove()$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>remove</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.remove</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>86EDAA64-AC75-4611-896D-391A8657C876</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.removeAttr('${1:attribute name}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>removeAttr</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.removeAttr</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>5432CA1D-9EFF-4F2C-AE3D-8361B3BC8605</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
|
+
<plist version="1.0">
|
4
|
+
<dict>
|
5
|
+
<key>content</key>
|
6
|
+
<string>.removeClass('${1:class name}')$0</string>
|
7
|
+
<key>name</key>
|
8
|
+
<string>removeClass</string>
|
9
|
+
<key>scope</key>
|
10
|
+
<string>source.js.jquery</string>
|
11
|
+
<key>tabTrigger</key>
|
12
|
+
<string>.removeClass</string>
|
13
|
+
<key>uuid</key>
|
14
|
+
<string>A9FA49D2-8F1F-4F01-9F91-F78F6B833B50</string>
|
15
|
+
</dict>
|
16
|
+
</plist>
|