You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Magento Theme › SNS Toronto – Magento Theme › Problem on tooltip not loadign
undefined is not a function
<script>
//<![CDATA[
jQuery(function($){
function snsTooltip(){
jQuery("body#bd *[data-toggle='tooltip']").tooltip({
container: 'body'
});
}
snsTooltip();
setInterval(function(){snsTooltip()},1000);
});
//]]>
</script>
:1837 Uncaught TypeError: undefined is not a function
You must be logged in to reply to this topic. Click here to login or register