User:Xenwolf/vector.js: Difference between revisions
Jump to navigation
Jump to search
m testing... |
m testing... |
||
| Line 4: | Line 4: | ||
$("#firstHeading").text(header + " (" + numWords + " words)"); | $("#firstHeading").text(header + " (" + numWords + " words)"); | ||
$("#firstHeading").click(function(){ | $("#firstHeading").click(function(){ | ||
var text = "hello"; | |||
alert(text); | alert(text); | ||
}); | }); | ||
}); | }); | ||