jquery-html5-placeholder-shim
jquery-html5-placeholder-shim copied to clipboard
JQuery Val issue
Get a Null for some control that doesn't have a val or value is not set yet. the $(xxxxx).val().length will screw up.
Fix is as followed on line 94 ol($this.val() && $this.val().length) ? 'hide' : 'show';