Multiple Functions on a Single Event with JQuery/Javascript -


what best way call 2 functions upon single click event?

there multiple elements requiring script, script must act upon element being clicked — not elements @ once.

let me know if need provide more details. again help.

$(function() {     $('a').click(function() {         func1();         func2();     }); }); 

Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -