Skip to main content

Bug Tracker

Side navigation

#7599 closed feature (duplicate)

Opened November 22, 2010 10:25PM UTC

Closed November 23, 2010 12:13AM UTC

Last modified November 23, 2010 12:13AM UTC

JSON serialization similar to serializeArray

Reported by: mworkuw@hotmail.com Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
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

Attachments (0)
Change History (2)

Changed November 23, 2010 12:13AM UTC by snover comment:1

resolution: → duplicate
status: newclosed

Changed November 23, 2010 12:13AM UTC by snover comment:2

Duplicate of #5947.