public
Description: JavaScript jQuery.tmbundle
Clone URL: git://github.com/drnic/javascript-jquery-tmbundle.git
Search Repo:
click snippet returns false by default
drnic (author)
Thu May 08 17:49:50 -0700 2008
commit  31a6169ddef488332494b5729885cc9dd3cc6c3f
tree    9120b1aba5626a37ffac846895cf5676e7b723a0
parent  6ce18f19d20de601936bf6f94c11c24c09f6c6f7
...
5
6
7
 
8
9
10
...
5
6
7
8
9
10
11
0
@@ -5,6 +5,7 @@
0
   <key>content</key>
0
   <string>.click(${1:function(${2:event}) {
0
   ${0:// Act on the event; can use $(event.target)}
0
+ return false;
0
 \}});</string>
0
   <key>name</key>
0
   <string>click</string>
...
256
257
258
 
259
260
261
...
256
257
258
259
260
261
262
0
@@ -256,6 +256,7 @@
0
   <key>ordering</key>
0
   <array>
0
     <string>1AD8EB10-62BE-417C-BC4B-29B5C6F0B36A</string>
0
+ <string>D345DFF7-C468-4A32-90A5-A1C454E7F3C4</string>
0
     <string>690646D5-AC38-4EB9-8C41-776E4F55CB59</string>
0
     <string>04234F37-7812-499B-BB9C-2FD1B92DB1B5</string>
0
     <string>58A59313-2F70-4024-985C-C46A454B88AF</string>

Comments

    No one has commented yet.