TypeError: $(…).tooltip is not a function

后端 未结 4 1026
日久生厌
日久生厌 2020-12-06 11:51

I have gridview that is populated by jquery. Below is part of my code thats giving the above error:

var codes = $(this).find(\"Code\").text();

 $(\"td\", ro         


        
4条回答
  •  -上瘾入骨i
    2020-12-06 12:10

    The tooltip is the part of Bootstrap so including bootstrap should solve the problem.

    Quick links to check with bootstrap, you may remove https: from the beginning of the bootstrap links.

    
    
    

提交回复
热议问题