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