Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I'm new to JavaScript. I have multiple checkbox grid and one Ok button. when i select multiple option in the checkbox and click OK button a verification pop up should open with an message and yes and no button

What I have tried:

$('a.verifycontra').on('click', function () {
$('#addeditpopup').load(`/Procedures/Recoveringcontra/RecoveringContraList/RecContra?id=${$(this).data('id')}`);

});
Posted
Updated 3-Mar-23 18:51pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900