-
Notifications
You must be signed in to change notification settings - Fork 65
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
Example with AJAX request #62
Comments
ajax and templates are two different problem domains and yo yo doesn't aim to solve them both - unlike say jQuery. There's a bunch of ways you can do Ajax, like the If your question is more about the asynchronous nature of ajax requests, can you elaborate more? |
@juliangruber yes, it is more on asynchronous. What is the best way to do that, is it by doing ajax request at the root node and after the data has been received use yo.update(treeID, newTree) ?? |
can you maybe post a code example of what you're doing? not quite sure i follow your example |
Is this a good practice for doing ajax request? |
Can someone provide best practice for ajax request and yo yo template?
The text was updated successfully, but these errors were encountered: