Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

What about input:submit #47

Closed
bublik opened this issue Jun 25, 2010 · 5 comments
Closed

What about input:submit #47

bublik opened this issue Jun 25, 2010 · 5 comments

Comments

@bublik
Copy link

bublik commented Jun 25, 2010

I want change default style for submit buttons,
but next code was not worked for me

$(document).ready(function() {
$("select, input:checkbox, input:radio, input:file, button, input:submit").uniform();
});

What do you think about it ??

@SeanJA
Copy link

SeanJA commented Jun 25, 2010

Why not just $('select, input, button').uniform(); ? Why are you specifically listing those other elements?

@bublik
Copy link
Author

bublik commented Jun 25, 2010

it is not working for me

@pixelmatrix
Copy link
Collaborator

There is no support for these elements yet. I am working on adding support very soon.

@SeanJA
Copy link

SeanJA commented Jun 30, 2010

Well, that is good to know, but it still doesn't explain his odd selectors...

@pixelmatrix
Copy link
Collaborator

Just added support in the latest version. Give it a try!

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants