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