-
Notifications
You must be signed in to change notification settings - Fork 509
Closed
Description
data-disable-with
and
data-confirm
do not work:
- with the
button
element - using:
gem 'jquery-rails', '2.2.1'
- in Rails 3.2.13, Rails 4.0.0 (beta)
- tested in FF, Chromium, Opera
Code for "disable_with":
<button data-disable-with="Please wait..." name="button" type="submit">Click to disable</button>
Code for "confirm":
<button data-confirm="Are you sure?" name="button" type="submit">Click to confirm</button>
See it in action here: https://github.com/john-999/disable_with_issue
This issue could be related to:
davidalejandroaguilar and joshuapinter
Metadata
Metadata
Assignees
Labels
No labels