Closed nark closed 11 years ago
Hi! Thanks for your contribution.
I think that matching every input
is a bit too broad - as it'll match also text inputs, checkboxes and radios. Do you really want that behaviour? Or do you want to apply it only to input[type=submit]
inputs?
You're right. I fixed it. And added delegate elements to default settings, for more flexibility. Hope you agree with that.
Cool, thanks! :cat:
Add support for data-confirm in
<input>
elements and update the readme file with little information about this.