/*ie8 button连接支持*/

<!-- lang: js -->
/*ie8 button连接支持*/
$('button').each(function(){
	var url = $(this).parent().attr('href');
	if(url!=''){
		$(this).attr('onclick',"jump('"+url+"')");
	}
});
相关文章
相关标签/搜索