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

.serialize()? #69

Closed
rgarcia opened this issue Jun 30, 2012 · 3 comments
Closed

.serialize()? #69

rgarcia opened this issue Jun 30, 2012 · 3 comments

Comments

@rgarcia
Copy link

rgarcia commented Jun 30, 2012

http://api.jquery.com/serialize/

this would be nice to have when finding hidden inputs etc.

@spoike
Copy link

spoike commented Sep 12, 2013

You could do the same with serializeArray(), since serialize will produce a serialized form encoded string, which is currently in PR #235.

Or get the hidden input's value with .val() (source) if you are able to select them as separate elements.

@dynnamitt
Copy link

+10000

twolfson added a commit to underdogio/cheerio that referenced this issue Jan 20, 2015
twolfson added a commit to underdogio/cheerio that referenced this issue Jan 20, 2015
twolfson added a commit to underdogio/cheerio that referenced this issue Mar 1, 2015
twolfson added a commit to underdogio/cheerio that referenced this issue Mar 2, 2015
twolfson added a commit to underdogio/cheerio that referenced this issue Mar 11, 2015
@fb55
Copy link
Member

fb55 commented Nov 22, 2015

I guess this has been fixed for quite some time now :)

@fb55 fb55 closed this as completed Nov 22, 2015
twolfson added a commit to twolfson/cheerio that referenced this issue Mar 11, 2016
fb55 pushed a commit that referenced this issue May 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

4 participants