I’m searching for some ready-made solution for working with nested sets with PHP and jQuery.
I know about nested sets and I know how to work with PHP and jQuery but I want to save my time using ready-made solution.
What is the best solution?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
a solution to handle nested sets (or any other data structure) would be json_encode/json_decode
Send data from PHP to JavaScript:
Receive data in client side:
Send data from JavaScript to PHP
Receive data in server side
you need jquery-json plugin to use $.toJSON function