I\'m trying to make it so when a user is in a text box and they press enter, it is the same as clicking the link, in which case it should take them to another page. Here\'s what
This line needs the e:
e
$("#drivingSchoolInput").live("click", function(e) {