Answers for "jquery click specific button"

2

on click jquery

$( "#target" ).click(function() {
  alert( "Handler for .click() called." );
});
Posted by: Guest on September-04-2020
0

on div click call otherAction

<input type="button" value="Forgot Password" onclick="window.location.href('@Url.Action("ForgotPassword","Account")')" />
Posted by: Guest on January-22-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language