Tag: ajax
-
Make a File Tree Browser with AJAX and JSTree
jsTree is a neat little tool that provides a tree interface in the browser. This is great for browsing images and other media. Here is a basic example to get you started with jsTree. This example makes AJAX requests to a server. The server responds with JSON, which is used to populate the tree. I […]