Changeset 5851 in spip-zone
- Timestamp:
- Oct 3, 2006, 9:36:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/_dev_/-jQuery/form.js
r5850 r5851 175 175 $('input,textarea,select,button', this).each(function() { 176 176 var n = this.name || this.id; 177 va tt = this.type;177 var t = this.type; 178 178 179 179 if ( !n || this.disabled || t == 'reset' ||
Note: See TracChangeset
for help on using the changeset viewer.