Skip to content

Instantly share code, notes, and snippets.

@slickplaid
Created March 11, 2012 22:19
Show Gist options
  • Select an option

  • Save slickplaid/2018439 to your computer and use it in GitHub Desktop.

Select an option

Save slickplaid/2018439 to your computer and use it in GitHub Desktop.
Only submit buttons
$(document).delegate(".field-group-head input[name='add'][type='submit'], input[name$='[remove]'][type='submit']", "click", function addSubFormItem(e) {
var form = $(this).closest("form")
, submit = $(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment