【发布时间】:2011-03-17 09:47:34
【问题描述】:
<a href="<?=$rowz[0]?>" onClick="countLinks('<?=$row[6]?>','<?=$indexl?>')">[Link <?=$j++?>]</a>
问题是它不适用于 IE 或 firefox 上的中间按钮。
实际上,使用中间按钮的countLinks 只在chrome中调用。
我想我需要一个像 mouseup 事件这样的 Jquery 函数,只是我不知道如何调用该函数,它使用这些参数参数调用 countLinks。
有什么帮助吗?
【问题讨论】:
标签: jquery onclick jquery-events