Try to specify “title” parameter to tooltip. Like:
$('#password').tooltip({'trigger':'focus', 'title': 'Password tooltip'});
Btw, that’s nothing wrong with input element having “rel” attribute.
Try to specify “title” parameter to tooltip. Like:
$('#password').tooltip({'trigger':'focus', 'title': 'Password tooltip'});
Btw, that’s nothing wrong with input element having “rel” attribute.