2
Answers

Passing a Class object to jquery function

Photo of Mayur Dhavle

Mayur Dhavle

11y
1.2k
1
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)