Mayur Dhavle

Mayur Dhavle

  • NA
  • 119
  • 23.2k

Passing a Class object to jquery function

Jul 11 2014 12:41 AM
How can we pass a class object to a jquery ajax call function from View or controller ?
 
Lets say I have a class Employee emp=new Employee();
Now I want to pass emp as a parameter to jquery call function ? 

Answers (2)