Answers for "onclick in div jquery"

2

set onclick jquery

$(elem).click(myFunc());
Posted by: Guest on May-06-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