$(function(){ $("a").one("click",function(){ var num=parseInt($("a span").text()); $("a span").text(num+1) }); })