engineer9090909090909090 / jquery-datepicker

Automatically exported from code.google.com/p/jquery-datepicker
0 stars 0 forks source link

Inpus.is(':text') #292

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If input attribute 'type' is missing change value not working:
@line 253 if (!alreadyExists && $this.is(':text')) {

If isn`t writed in code this tag, default value is text - so HTML is correctly.

Original issue reported on code.google.com by hubert.m...@gmail.com on 22 Jun 2011 at 12:57