how to return list of class (like student) from ajax-enabled-wcf to jquert function ?
how do i use data that return from ajax-enabled-wcf in a jquery function ?
You can written a json data from the WCF Service and use that in jquery.
Following link is for how to return json data in WCF
http://www.codeproject.com/Tips/569495/Creating-a-WCF-Service-with-JSON-Data-and-Using-it
and this is how you can all service from jQuery.
http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery
Regards,