matthewwithanm / jquery-icbiacontrol

Style browser controls without losing their native behaviors.
MIT License
12 stars 6 forks source link

Make button text configurable; change placeholder #15

Closed matthewwithanm closed 10 years ago

matthewwithanm commented 10 years ago

This uses "emptyText" and "buttonText" so you would do something like this:

<input type="file" data-emptytext="No file uploaded...yet!" data-buttontext="Pick a file, idiot." />

Also has different default button text depending on whether it's "multiple" or not. ("Choose File" vs "Choose Files")

/cc @aebsr