In the disable_with handlers ``` $(this).children('input[data-disable-with]') ``` should be ``` $(this).find('input[data-disable-with]') ``` Otherwise, the script won't find the button if it's nested within any type of markup