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.
+2
A:
Have you tried this: http://encosia.com/2008/05/29/using-jquery-to-directly-call-aspnet-ajax-page-methods/ ?
Chuck Conway
2010-06-06 05:32:27
thanks a lot. url(..) doesn't work for webmethod. i used .ajax and it works.
Elaine
2010-06-10 01:55:19
@Elain - can you please provide an example of how you used .ajax? I'm having the same issue with this plugin.
Jeff V
2010-07-20 16:47:26
the link above shows everything :)
Elaine
2010-07-27 01:44:39