标签: jquery
object.option[index].title=object.option[index].text
这是在javaScript中,需要转换为jquery。请帮帮我。
答案 0 :(得分:0)
假设标题和文本是各个元素的属性,请尝试:
$('#elem').attr('title', $('#other-elem').attr('text'));