Skip to content

Pass formQuery to jQuery instead of spliting it #138

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

Merged
merged 1 commit into from
Jul 23, 2014

Conversation

mgreter
Copy link
Contributor

@mgreter mgreter commented May 12, 2014

I needed this change as I'm initializing the nodes dynamically and I really do not want to give them each a unique ID. I was a bit astonished that one cannot simply pass DOM nodes directly as argument for "form".

I found that the culprit was the explicit split on the passed variable, which IMO does not make sense, since using it via jQuery.each should result in the exact same behaviour as before (IMHO).

Best regards
Marcel Greter

Allows passing DOM nodes (anything jQuery understand).
@victorjonsson victorjonsson added this to the 2.2.0 milestone Jun 24, 2014
victorjonsson added a commit that referenced this pull request Jul 23, 2014
Pass formQuery to jQuery instead of spliting it
@victorjonsson victorjonsson merged commit 5e307b5 into victorjonsson:master Jul 23, 2014
@victorjonsson
Copy link
Owner

Great!

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

Successfully merging this pull request may close these issues.

2 participants