Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support non-form elements #4

Open
matryer opened this issue Jul 19, 2013 · 1 comment
Open

Feature request: Support non-form elements #4

matryer opened this issue Jul 19, 2013 · 1 comment

Comments

@matryer
Copy link

matryer commented Jul 19, 2013

I would like to be able to get data from a range of elements, decided by the selector on the active jQuery object.

Some examples:

var name = $("ul li.name input").formalize();
@mazondo
Copy link
Owner

mazondo commented Jul 19, 2013

you can currently pull data from within any element, if you're looking to pull data from across a range of different elements, that would be an edge case I'd need to build a test for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants