$(document).ready(function() { $(".cities_group").hide(); $("#reg1").show(); for(var i=1;i<26; i++){ $("#"+i).click(function () {$(".cities_group").hide();$("#reg"+i).show();}); } });