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.
I’m using jQuery treeview plugin to populate a child treeview once click a folder
Share
Have you tried this: http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/ ?