jquery-html5-placeholder-shim icon indicating copy to clipboard operation
jquery-html5-placeholder-shim copied to clipboard

JQuery Val issue

Open jimmysyss opened this issue 11 years ago • 0 comments

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';

jimmysyss avatar May 29 '14 07:05 jimmysyss