Skip to content Skip to sidebar Skip to footer

Closing Featherlight Upon Submitting Form

I have a demo-employee.php page that retrieves all the users of the system alongside specific actions that can be performed:
&l

Solution 1:

I added an onsubmit attribute to form that would call 'click' on the close button (which has the class featherlight-close).

<form ... onsubmit="$('.featherlight-close').click()">


Post a Comment for "Closing Featherlight Upon Submitting Form"