Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix to prevent javascript:void(0) anchors breaking placeholders in IE
- fixes mathiasbynens#74 - fix to prevent javascript:void(0) anchors breaking placeholders in IE. javascript:void(0) causes beforeunload to fire off causing the plugin to clear placeholders. We try to check to see if javascript:void(0) is being used by calling document.activeElement
- Loading branch information