-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 positions not working in your demo #394
Comments
Serialize not working on demo for chrome (is working with Firefox). In crome, error thrown is Uncaught TypeError: Converting circular structure to JSON |
Here a workaround. 0.5.2 its working!:
In 0.5.3 its not working in Chrome and in Firefox its looks wrong.
|
Yes. serialize function is not working in 0.5.3. I got this error:
which is different from yours. |
The solution seems to be avoiding serializing elements that are already serialized. Only serialize "object" elements, as explained here: http://stackoverflow.com/questions/9382167/serializing-object-that-contains-cyclic-object-value Would that work? |
The serialize method was working but returning the serialized array wrapped into a jQuery object. Thanks for the notice! |
Working fine now in 0.5.4. Thank you very much. :) |
Hi,
Serialize do not work in this demo.
http://gridster.net/demos/serialize.html
The text was updated successfully, but these errors were encountered: