IM使用一個jQuery + Ajax的工具提示,顯示框,顯示通AJAX的背景下,但提示框的標題設置爲「kbay.in」,並在「」標籤的文本現在,,我要如何改變它顯示標題爲值,ID,姓名,或「一」標籤的其他幹啥,比它的文本:了jQuery,Ajax的工具提示幫助
$(this).qtip(
{
content: {
// Set the text to an image HTML string with the correct src URL to the loading image you want to use
text: '<img class="throbber" src="http://www.craigsworks.com/projects/qtip/images/throbber.gif" alt="Loading..." />',
ajax: {
url: $(this).attr('rel') // Use the rel attribute of each element for the url to load
},
title: {
text: 'Kbay.in' + $(this).name(), // Give the tooltip a title using each elements text
button: true
}
},
使用'代替prop'。 http://stackoverflow.com/questions/5874652/prop-vs-attr – wanovak
其實也沒什麼,使用ATTR。閱讀實際的文檔。 http://api.jquery.com/prop/ VS http://api.jquery.com/attr/ – Evan
你要訪問DOM * *財產。在這種情況下,jQuery將屏蔽你的真相。 – wanovak