$("input").on("click", function(){
//how do i find the the input index here?
});
我正在尝试寻找一种更聪明的方法,而不是做下面的事情。有什么好主意吗?
$("input").eq(0).on("click", function(){
//do something for eq(0)
});
$("input").eq(1).on("click", function(){
//do something f
嗨,我正试着从一个span元素直接得到一个链接上的文本。
$(this).closest("span").text()
完整法典:
JS
$boxes.find('.portlet-header .portlet-maximize').click(function() {
// returns the rel of the link fine
var widHtml = $(this).attr('rel');
// get text from span above link (not working)
var widTitle = $(
可能重复:
IE7上的一个窃听器把我逼疯了..。nav在这个站点的主页上处于jquery循环滑动面板下:。
我已经对已知的IE7 z-索引错误进行了修复,但它仍然不起作用。我也一直在寻找另一个网站,我最近做了,这是可行的!
主要的css文件是:www.marwar-trailers.co.uk/css/cre.css to loo at : nav_container,slider_wrapper,滑块
会很简单的我想..。有人能帮我摆脱痛苦吗?!
干杯,
罗伯。