Answers for "jquery add multiple onclick events"

0

jquery onclick multiple buttons

$('#b1, #b2, #b3').click(function(){
})
Posted by: Guest on February-15-2021
0

how to add the click event into two element in jquery

$('.class1').add('.class2').on('click', some_function);
Posted by: Guest on January-29-2021

Code answers related to "jquery add multiple onclick events"

Code answers related to "Javascript"

Browse Popular Code Answers by Language