Answers for "on click another element click method call"

0

jqiery call onclick in another element

$(document).on('click', '#contact', function(e) {
    $("#contattaci").trigger('click');
});
Posted by: Guest on August-11-2021
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