how to link to WebMethod when using jQuery treeview?
- by Elaine
I'm using jQuery treeview plugin to populate a child treeview once click a folder node to expand. but $("#tv").treeview({url: webservice/webmethod}); but doesn't work, and failed to call webthod. How to make it?
Thanks.