I looked all over the place and wasn't able to find the rule in any .less files, though obviously its being defined somewhere.
Type: Posts; User: mcaskey
I looked all over the place and wasn't able to find the rule in any .less files, though obviously its being defined somewhere.
Cool, thanks Shaun. I also got some help from some folks in the IRC channel who suggested a similar method.
$('a.popover-test').popover({trigger:'hover'});
<a href="#" rel="tooltip" title="first tooltip">hover over me</a>
Is it possible to use popovers without specifying every single element they should act on?
In other words, tell the script to...