I have 2 buttons side by side. Current year PR signature Prior year PR signature.
When i am clicking on Current year or prior year PR signature button for the first time, it gives me the grid data of current year or prior year.
When i am clicking on Current or prior year PR signature for the second time, the button event is not hitting.
Can anyone give me any suggestion to resolve this issue?
$('#SignatureMaintenance_Currentyearreporting_Button').on('click', function () {
//logic
});
$('#SignatureMaintenance_prioryearreporting_Button').on('click', function () {
//logic
});