<style type="text/css">
.sea_m .fl_pp {
display:block;
width:623px;height:50px;overflow:hidden;
}
</style>
<script src="http://www.17ugo.com/themes/ugo/js/jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".j").click(function(){
 alert("1")
});
});
</script>
<div class="sea_m">
<ul>
<li><b>品牌:<div class="j">下</div></b><span class="fl_pp">品牌品牌品牌品牌品牌品牌品牌品牌品牌品牌品牌品牌品牌品品牌品牌品牌品牌品牌品品牌品牌品牌品牌品牌品品牌品牌品牌品牌品牌品品牌品牌品牌品牌品牌品品牌品</span><div class="cl"></div></li>
</ul>
</div>
JQ click事件不能使用。  chrome 提示。Resource interpreted as Image but transferred with MIME type text/html就解决办法。