Input type="button" not supported
June 11, 2008 - 1:03am — aron_duby
| Project: | jNice, styled forms |
| Version: | 0.2.2-beta |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
i apologize if this isn't a "bug" as much as a feature request, wasn't sure which way to go with it. But the input type of button was not supported. Really quick fix below:
Line 29 becomes:
$('input:submit, input:reset, input:button', this).each(setButton);
I added the "input:button"
