Skip to content

Instantly share code, notes, and snippets.

@scharfie
Created September 6, 2012 17:42
Show Gist options
  • Save scharfie/3658883 to your computer and use it in GitHub Desktop.
Save scharfie/3658883 to your computer and use it in GitHub Desktop.
var marshalledForm = new MarshalledForm('#starting_xi_form');
marshalledForm.add(':input', new MarshalledForm.Serializers.FormField());
marshalledForm.add('img.player_image', new MarshalledForm.Serializers.Attribute("src"));
marshalledForm.add('span.name', new MarshalledForm.Serializers.HTML());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment