I have the following ajax/jquery script which passes data to my mysql query and checks if the value in my input field matches that which is in my data base. the function works fine, however i am trying to add an if statement to prevent the function running if the input field is blank?I have the following ajax/jquery script which p