Skip to content

Instantly share code, notes, and snippets.

@silviud
Forked from listertech/visible_form_elements.js
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save silviud/2c3816040d735a16eba9 to your computer and use it in GitHub Desktop.

Select an option

Save silviud/2c3816040d735a16eba9 to your computer and use it in GitHub Desktop.
y = $('#form_id').find('select').filter(':visible');
x = $('#form_id').find('input').filter(':visible').filter("input[type!='button']").filter("input[type!='submit']")
var z = jQuery.merge(x,y);
z.serialize();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment