4 lines
85 B
Text
4 lines
85 B
Text
|
$(document).ready(function() {
|
||
|
${1:// Stuff to do as soon as the DOM is ready;}
|
||
|
});
|