viewflow / django-material

Material Design for Django

Home Page:http://viewflow.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tooltip not initialized

doudz opened this issue · comments

Looks like the tooltip feature is not initialized as the following code doesn't work
<a class="btn tooltipped" data-position="bottom" data-tooltip="I am a tooltip">Hover me!</a>
Adding the following make it works

$(document).ready(function(){ $('.tooltipped').tooltip(); });

django-material contains js initialization code only for used in the frontend components