php - jquery tree view checkbox passing values
236
I'm using jeasyui plugin to achieve tree view functionality. This is the example im using http://www.jeasyui.com/tutorial/tree/tree4.php Here I want to pass json values in a variable instead of json file. Because Im getting json values dynamically and having in my variable. How can I achieve this?
Answer
Solution:
Lookig at the code If url is not set it returns false, so i think you need to use an url.
But as an alternative you can point the url option to the file wich generates the data.
Something like this.
and in the php file