Hi Everyone!
In the next two lectures on jQuery Events there is a typo.
$('input[type="text"') should have a closing bracket, like this: $('input[type="text"]')
$('input[type="text"')
$('input[type="text"]')
Thanks,IanCourse TA