Good
I must say, the question is different from thousands of similar ones on the Internet.
//function 1 $(".div1").click(function(){ ...очень много кода }); Is it possible to call a function call every second, in JQ code?
//function 1 $(".div1").click(function calculate(){ ...очень много кода }); //вот это, не работает. с простыми JS работает, но в JQ нет setTimeout(calculate(), 1000);