$(function(){ $(".uas").click(function(i) { var item_name = '?item_name='+ $(this).attr("title"); window.open("/uas/" + $(this).attr("title") + ".html"); }); });