jsp:
6ead9c5b83542d525c3552c73ce7e24a 6072cf9f6bd7b20ca2e4e430b3e487ad f37b80ce75c4a80393a835e2e5f17753tab15db79b134e9f6b82c0b36e0489ee08ed bed06894275b65c1ab86501b08a632eb 058e8cffef777e1aab16dedaa108b0ee 378911fc24bb1861f825ad6c529de1e6tab25db79b134e9f6b82c0b36e0489ee08ed bed06894275b65c1ab86501b08a632eb 929d1f5ca49e04fdcb27f9465b944689
js:
$('.stability-test').click(function(e) { var $this = $(e.target); marker = $this.data('marker'); });
另外的方法就是:
jq中有一个index()事件是获取当前位置的,具体用法如下:
$(".class").click(function(){ alert($(this).index()); })//这个弹出的就是点击的class是第几个
以上是jQuery中通过同一class获取点击tab页的详细内容。更多信息请关注PHP中文网其他相关文章!