2011-11-17 16:00:49 -06:00

7 lines
179 B
Plaintext
Executable File

${1:obj}.toggle(function() {
${2:// Stuff to do every *odd* time the element is clicked;}
}, function() {
${3:// Stuff to do every *even* time the element is clicked;}
});
${4}