Mark's Tech Stuff
Programming solutions, source code, solutions to tech problems and other tech related stuff.
Showing posts with label
web dev
.
Show all posts
Showing posts with label
web dev
.
Show all posts
Thursday, June 14, 2012
jquery val showing as function
Because you're doing this:
$('#myInput').val
instead of this:
$('#myInput').val()
Get some sleep :)
Older Posts
Home
Subscribe to:
Comments (Atom)