Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
$(value).text() is wrong in here. Actually this will evaluate to $("someinputtext").text() where $("someinputtext") is an empty object and therefor the check will always return false as the upcoming method .text() returns an empty string. $(element) is the input element.
- Loading branch information