Modify ↓
Ticket #7599 (closed feature: duplicate)
JSON serialization similar to serializeArray
| Reported by: | mworkuw@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.5 |
| Component: | unfiled | Version: | 1.4.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Given a selector it will, just serialize inputs using their name and value to JSON <input name="FName" value="J"/> <input name="LName" value="D"/> will output [{"FName":"J", "LName":"D"}]
I think that will be a nice featue Thanks
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
