0620
1.a标签中的href和onclick事件的先后顺序以及cursor属性
<a id="id_carType_rand_1" class="a_carType_selected" onclick="click_carType_rank(this);return false" href="javascript:void(0)">不限</a>
要达到的目的:
1.鼠标移动到a标签上显示手指形状
2.点击(无论第几次点击)走onclick事件不要走href的跳转
<a id="id_carType_rand_1" class="a_carType_selected" onclick="click_carType_rank(this);return false" href="javascript:void(0)">不限</a>
1.鼠标移动到a标签上显示手指形状
2.点击(无论第几次点击)走onclick事件不要走href的跳转
本文标题:HTML使用遇到的问题
本文链接:https://www.haomeiwen.com/subject/twsfdttx.html
网友评论