-
Notifications
You must be signed in to change notification settings - Fork 69
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 agility object #109
Comments
it is no way to use the selector. This is my fork repo, because I want to write a pop-up layer plugin, this repo helps me, you can go look http://agilityjs.com ------------------ 原始邮件 ------------------ Is it possible to serialize an agility object, much like jQuery's .serialize() ? — |
Do you really want to serialize the whole agility object? Usually nothing more than the model is of interest. If necerssary, format and style also can be serialized, but (controller) methods need special treetment. |
Agility can be a bit cumbersome when working with the container, as it's difficult to get the full 'serialized' object -- i.e. when working with relationships and you wish to send the full tree during a POST save request. Maybe it's the way I'm using the container i.e. |
Is it possible to serialize an agility object, much like jQuery's
.serialize()
?The text was updated successfully, but these errors were encountered: