$(document).ready(function () { var global = 0; $("div").click(funсtion () { alert(++global); }); });