arnabwahid / wordpress-bootstrap

Bootstrap in WordPress theme form - Bootstrap 3.3.1
1.49k stars 557 forks source link

tooltip not working: "not a function" message. #225

Open tsabita opened 9 years ago

tsabita commented 9 years ago

Tooltip, using this shortcode, is not working:

I get the following error in the Firebug console:

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

Which references : $(function () { $('[rel=tooltip]').tooltip({placement: 'bottom'}) })