jqiery call onclick in another element

Solutions on MaxInterview for jqiery call onclick in another element by the best coders in the world

showing results for - "jqiery call onclick in another element"
Sara
11 Mar 2016
1$(document).on('click', '#contact', function(e) {
2    $("#contattaci").trigger('click');
3});
4