Response title
This is preview!




function edit(com, grid) { $('.trSelected', grid).each(function () { var id = $(this).attr('id'); id = id.substring(id.lastIndexOf('row') + 3); currentId = id; $('#fntype').val('Edit'); // var url = '/Client/Edit/' + id; var url = "/Home/About/"; $("#sform").load(url).dialog({ modal: true, width: 1200, height: 750 }); }); }
© 2012 jQuery Foundation
Sponsored by
and others.
