Closed csmall closed 10 years ago
By default no javascript is used by TurboGears, the bootstrap.js is provided only to facilitate people that want to use full bootstrap. In such case, as stated on the bootstrap documentation, you should provide jQuery yourself, probably through the jquery cdn.
Closing as now the quickstart provides by default link to JQuery through the jQuery CDN since https://github.com/TurboGears/tg2devtools/commit/5b9dae0e7e329c2223f739803eb8c52a12ab77a9
I was trying to work out why tooltips didnt work in my turbogears application. The problem is that jquery.js is missing. I have included bootstrap.js in but it doesn't work, including jquery.js (from the twitter github site) make it work immediately.
The relevant code from my mako template is here:
Removing that line mentioning jquery.js makes the tooltip stop working.