我想用一個基金會提示: http://foundation.zurb.com/docs/components/tooltips.html爲什麼我的基金會工具提示不起作用?
按照說明:我把這個代碼在body
:
<script>
document.write('<script src=/js/vendor/'
+ ('__proto__' in {} ? 'zepto' : 'jquery')
+ '.js><\/script>');
</script>
及用途:
<script src="/js/foundation.min.js"></script>
和:
<script>
$(function(){
$(document).foundation();
})
</script>
我使用body
<span data-tooltip class="has-tip" title="Tooltips are awesome, you should totally use them!">extended information</span>
這個代碼,但它不工作:
現在我該怎麼辦有提示這樣嗎?
錯誤控制檯告訴你什麼? –
只需檢查:你的網頁上是否包含Foundation CSS? – thefrontender
不,我沒有Foundation CSS – naser