JQUERY工具: is it possible to expose two elements?

标签 jquery jquery-tools

我需要expose () 同时 2 个 tr 元素。有可能吗?

最佳答案

与任何其他 jQuery 函数一样。只需使用 jQuery 选择器:

$('#tr1, #tr2').expose();

关于JQUERY工具: is it possible to expose two elements?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5538062/

相关文章:

javascript - jQuery 在 div 上滚动

jquery - 将当前行值获取到 jQuery 事件处理程序中而不循环

javascript - Jquery slider 在事件更改时更新值

javascript - 如何使 jQuery 不舍入 .width() 返回的值?

jquery - 如何在 jQuery 数组中将 '<p>' 替换为 '<li>' ?

Javascript insertAdjacentHTML 不工作

jQuery 工具工具提示 - 更改标题

javascript - 哪里可以获取 jquery 图像 Sprite ?

jquery-tools - 使用 leaflet markercluster 插件时在单个标记上触发点击事件

jQuery 工具 : ToolTip with class selector?