美好的一天!我有使用Bootstrap的Smarty模板,我想连接工具提示但它不起作用。 在标题中:
<script src="./templates/js/metro.min.js"></script>
<script src="./templates/js/metro-hint.js"></script>
在模板中:
<a href="#"
data-hint="Title|This is a hint for Me"
data-hint-position="top">
Hover me...
</a
但它出错了:
Uncaught TypeError: Object #<Object> has no method 'split' metro-hint.js:35
Uncaught TypeError: Cannot call method 'stop' of undefined metro-hint.js:35
来源:Metro UI