简体   繁体   English

动态更改jQuery线索提示

[英]Changing jquery cluetip dynamically

I am trying to change the cluetip content dynamically by changing the title attribute dynamically as I am using the cluetip plugins splittitle method to generate the cluetip on a table row. 我正在尝试通过动态更改title属性来动态更改cluetip内容,因为我正在使用cluetip插件splittitle方法在表行上生成cluetip。 I am using the jquery attr(key,value) method to change the title value but the title remains the same as the one which is loaded the first time the cluetip is generated. 我正在使用jquery attr(key,value)方法更改标题值,但标题与第一次生成提示时加载的标题相同。 I checked the value of title by using jquery attr() getter method...which shows that the title has changed but firebug shows that the title has not been updated. 我使用jquery attr()getter方法检查了title的值...这表明标题已更改,但firebug显示标题尚未更新。 I was wondering if anybody came across such situation. 我想知道是否有人遇到过这种情况。 Any help regarding this would be great. 关于此的任何帮助将是巨大的。

Thank You 谢谢

尝试设置: ajaxCache: false

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM