$(function(){ $(".banner_search li").click(function(){ var type = $(this).data("type"); if(type=="sell"){ location.href="/property/map_left?sell_from="+$(this).data("from")+"&sell_to="+$(this).data("to"); } }); });