Changes between Initial Version and Version 1 of Ticket #3523, comment 1
- Timestamp:
- Nov 13, 2010, 2:43:39 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3523, comment 1
initial v1 1 1 well, that didn't work the way I had intended. Here is the "change to" code again: 2 3 <code>/text|hidden|password/i.test(this.type)) || $(this).filter(":submit").length == 1 && /submit/i.test(this.type); </code> 2 {{{ 3 /text|hidden|password/i.test(this.type)) || 4 $(this).filter(":submit").length == 1 && 5 /submit/i.test(this.type); 6 }}}