I'm using this jstree plugin And here's a simple question: how do I return something so the plugin can populate it's dom even if ajax fails?
EDIT: Cause success callback receives the response object(then it might mess with it), and then return. I wanted the error callback to be able to "modify the nothing" and then return as well.
It's simple! Or i'm so far away from the right concept that makes it complicated.