This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This hack creates the placeholder effect on old browsers | |
* | |
* Source: http://www.hagenburger.net/BLOG/HTML5-Input-Placeholder-Fix-With-jQuery.html | |
* Dependency: jQuery & Modernizr | |
* | |
* It also add a class to the input so you can style it to look like normal placeholder | |
*/ | |
jQuery(function($) { |
NewerOlder