我目前使用twitter bootstrap添加工具提示。twitter引導工具提示與圖像
繼承人我JS:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css"/>
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-tooltip.js"></script>
<script type="text/javascript">
$(document).ready(function() {
$("a img").tooltip({'placement': 'right'});
});
</script>
我想的圖像與具有rel ATTR的jQuery追加了這樣的提示:
$(".info").append('<a href="#" rel="tooltip" title="first tooltip"><img src="http://extrarewards.nationalexpress.com/images/assets/info_icon.png"/></a>');});
沒有這個作品的形象,但只要我在其中添加圖像停止工作。
任何想法上述有什麼問題?
向我們展示你的HTML代碼也 – Cherniv
這是php這樣的HTML是動態生成 – danyo
這樣告訴我們創建PHP代碼'img' – Cherniv