aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/popover.js
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28Merge pull request #15496 from twbs/15484-alternativeChris Rebert1-0/+7
Make $(document).tooltip({...}) without a `selector` throw an error
2015-01-20update JS unit tests to future-proof QUnit 1.16.0 APIChris Rebert1-3/+3
[skip validator]
2015-01-05Make $(document).tooltip({...}) without a `selector` throw an errorChris Rebert1-0/+7
Closes #15484
2014-12-29Revert "Allow multiple delegated tooltip selectors on a node"Chris Rebert1-30/+0
This reverts commit 1b3237629a316af41945e20837cf3a332798b264. This reverts PR #14189 because it caused major regressions. Fixes #15168. We'll try to revisit #14167's feature request in Bootstrap v4. [skip validator]
2014-12-29Remove semicolons from #15425 because fatChris Rebert1-3/+3
2014-12-29Add regression test for #14244.Chris Rebert1-0/+38
Special thanks to @programcsharp [skip validator]
2014-10-26Allow multiple delegated tooltip selectors on a nodeAndrew S. Brown1-0/+44
Fixes #14167. Closes #14189 by merging it.
2014-10-07Change Twitter links to use `https`.XhmikosR1-2/+2
2014-07-06Clean popover unit tests upHeinrich Fenkart1-74/+66
2014-06-06Minor style tweaks.XhmikosR1-1/+3
2014-06-06Comply to the new style.XhmikosR1-5/+6
2014-05-14Add tooltip self-reference to address #12320j.corns1-0/+10
primarily adds a data- attribute to the tooltip (and thus, the popover) to create a self-reference.
2014-04-21#11464 - Fix JS noConflict mode - Refactor all plugins to use an internal ↵Collin Donahue-Oponski1-31/+40
reference to the jQuery plugin, because in noConflict mode you can never expect to be defined on the jQuery object
2014-03-24Add test for popover.Stefan Neculai1-0/+29
2014-02-14Re-indent test files.XhmikosR1-124/+124
2013-12-16Require comma on left sideZlatan Vasović1-5/+5
2013-12-08Use single quotes consistently.XhmikosR1-14/+14
2013-12-06Use a space before functions' bracket consistently.XhmikosR1-1/+1
2013-12-06Use a space after function consistently.XhmikosR1-2/+2
2013-10-25QUnit.equals() is deprecated; use QUnit.equal() insteadChris Rebert1-6/+6
2013-07-17fixes #7776fat1-0/+20
2013-05-16change namespace back to dot notation and someother js shizzlefat1-2/+2
2013-05-16fix testsfat1-2/+2
2013-05-16a bunch javascript junkfat1-0/+113