Side navigation
#9732 closed enhancement (wontfix)
Opened July 03, 2011 05:58AM UTC
Closed July 03, 2011 06:49PM UTC
Add post example to serialize() docs
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | ajax | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This is regarding the serialize() docs.
http://api.jquery.com/serialize/
This is very helpful but buried in the comments (you have to click Load More to get there and search for: $.post("test.php")): http://api.jquery.com/serialize/#comment-35542721
It would be helpful to include an example of serialize() being used for $.post in the body of the documentation for serialize().
Attachments (0)
Change History (1)
Changed July 03, 2011 06:49PM UTC by comment:1
component: | unfiled → ajax |
---|---|
priority: | undecided → low |
resolution: | → wontfix |
status: | new → closed |
This is included in the documentation for http://api.jquery.com/jQuery.post. I'm not sure it's need in the serialize docs or it would open the floodgates for more examples besides post.