var i=0, el = $('el'); el.click(function(){ el.each(function(){ var s = $(this).css("zIndex"); if (s>i) i=s; }); $(this).css("zIndex", i++); });