2016-12-27 19:38:56 -07:00

4 lines
116 B
Plaintext

${1:obj}.each(function(index) {
${2:this.innerHTML = this + " is the element, " + index + " is the position";}
});