[jQuery] json - push or serialize DOM data (id,name,class,...)
I'm having a hard time serializing my DOM,
serializeArray seems to just store :input value attributes,
I'm trying to push other attributes on a json variable, but I can't
seem to find anything like php's array_push and such.
James