How can I use two different fade open popup box from same page?
How can I use two different fade open popup box from same page?
Hello,
I have two datagrids and each row of both tables has edit icon.
On click from each datagrid should display different fields in pop up box.
I am working with MVC.
I tried somethng similar.
$.get("/Admin/Admin/GetEditFuctionalGroupPageMapping", function (htmlResponse) {
debugger;
$("#fade").children().remove();
$("#fade").append("
Edit Functional Page Mapping
");
$("#fade").append(htmlResponse);
});
But it is not working.
How can I use multiple fade div in same page?
Thanks
Anjaly
Answers
Please ignore. I posted question to wrong forum.