【发布时间】:2025-12-28 11:45:11
【问题描述】:
我有一个关于获取标题属性的问题..
$('.copy_button').livequery(function(event){
$(this).zclip({
path:'http://togl.me/tema/flash/ZeroClipboard.swf',
copy: $(this).attr("title")
});
});
livequery 函数正在工作,但我无法让 attr('title') 工作。
我该如何解决这个问题?
【问题讨论】:
标签: jquery title attr livequery