aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-twipsy.js
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11add build tool for js + rename twipsy to tooltip + lots of little doc cleanupJacob Thornton1-270/+0
2012-01-08move hover state out of timeout duhJacob Thornton1-1/+1
2012-01-08change prepend to appendJacob Thornton1-1/+1
2012-01-06Make twipsy respect custom classes when using a custom templateNicklas Ansman Giertz1-1/+1
If you had a custom class to the root object twipsy would overwrite that class ($tip[0].className = 'twipsy'), now this has been changed so it removes only classes that twipsy adds.
2011-12-24clean up dead elements in firefox (which is droping transitionEnd events :(Jacob Thornton1-4/+11
2011-12-24move position of twipsy into getPosition so it can easily be extended for ↵Jacob Thornton1-4/+8
svg use
2011-12-22change above below to top bottom and add "inside" placement optionJacob Thornton1-16/+13
2011-12-21animate -> animationJacob Thornton1-2/+2
2011-12-20update more readme changes - introduce target specificty convention to more ↵Jacob Thornton1-1/+1
plugins
2011-12-20update all to new on api + add animation support to tabsJacob Thornton1-3/+3
2011-12-20giant refactor - all spec passing again...Jacob Thornton1-129/+97
2011-11-30define constructor on prototypesJacob Thornton1-3/+5
2011-11-27remove trailing semicolons - we'll be hosting minified files with semicolons ↵Jacob Thornton1-1/+1
- no reason to make the dev source ugly
2011-11-20act on all twipsy instancesJacob Thornton1-3/+4
2011-11-20merge in js from 1.4... start working through js docsJacob Thornton1-49/+19
2011-11-20revert all js stuff back to 1.4 :/Jacob Thornton1-16/+59
2011-10-19fix scrollspy simplify stuff more - break everything.Jacob Thornton1-1/+1
2011-10-19greatly simply js plugins - remove js api where reasonableJacob Thornton1-30/+1
2011-10-04start updating to data- driven jsJacob Thornton1-2/+2
2011-09-16check for jquery/ender on windowJacob Thornton1-1/+1
2011-09-15$(document).ready instead of $(function() {}) for ender supportJacob Thornton1-1/+1
2011-09-12add version number to js commentsJacob Thornton1-1/+1
2011-09-11method invocation jqueryui styleJacob Thornton1-3/+0
2011-09-10add liscense to js filesJacob Thornton1-1/+20
2011-09-10finish up rounding out tests for all js pluginsJacob Thornton1-10/+9
2011-09-10more tests, more js goodnessJacob Thornton1-0/+4
2011-09-09move js plugins to root dir, begin writing tests, and change modal plugin to ↵Jacob Thornton1-0/+288
be more boss like