Here is some working code http://paste.pocoo.org/show/85443/
and just to note on your code, you have:
alert("is a number")
*after* the return TestValue line... that would never ever fire
Here is some working code http://paste.pocoo.org/show/85443/
and just to note on your code, you have:
alert("is a number")
*after* the return TestValue line... that would never ever fire