Is there anyway to combine 3 conditions by “OR” in jquery? Eg, $(t_obj).keyup(function(e) || $('#sendResp').click(function(e) || $('.emo').click(function(e) { ? I have tested to combine them but I get error. How to combine them?
Is there anyway to combine 3 conditions by OR in jquery? Eg, $(t_obj).keyup(function(e) ||
Share
If you want them all to call the same function you can just do: