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 :)