Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

Input type="button" not supported


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"