在原始 jQuery 中,您可以使用
var $th = $td.closest('table').find('th').eq($td.index());
但是,我如何回到$th
海边,然后我可以将它用作我想要的任何渲染的字符串?例子。
val do:[:e |
e class = Dictionary ifTrue:[
html tableData
onDoubleClick: (html javascript alert: 'double clicked column');
with:[self renderTargets: e on: html]
]
]
所以基本上我想要的价值:
(((html jQuery this) next: 'td') closest: 'table'; find: 'th'; eq: ((html jQuery this) next: 'td') index; html).
并将其放在末尾
...column', thValue);
在海边之外,我不太了解javascript、jquery 或ajax。
世界末日?谢谢