-
Notifications
You must be signed in to change notification settings - Fork 514
Comparing changes
Open a pull request
base repository: jquerytools/jquerytools
base: master
head repository: edobry/jquerytools
compare: master
- 19 commits
- 6 files changed
- 9 contributors
Commits on Nov 9, 2010
-
added possibility to enclose tooltip element inside trigger element (…
…e.g. for table cells), incl. test
Oliver committedNov 9, 2010 Configuration menu - View commit details
-
Copy full SHA for bb293ca - Browse repository at this point
Copy the full SHA bb293caView commit details
Commits on Mar 14, 2011
-
Fix for clicking on the next/prev month when it's been disabled via v…
…isibility: hidden closes the calendar - target is the root node instead of the button.
Configuration menu - View commit details
-
Copy full SHA for 28b63c5 - Browse repository at this point
Copy the full SHA 28b63c5View commit details
Commits on Sep 8, 2011
-
Fix for clicking on the next/prev month button hides calendar.
If the next/prev month buttons are hidden via visibility: hidden and the user clicks on the area where the button is after it's been hidden, the click event's target ends up being the root node. The code that checks for this expects the event to be a child of the root node instead of the root node itself, so this patch just adds a check for this.
Configuration menu - View commit details
-
Copy full SHA for ebb5784 - Browse repository at this point
Copy the full SHA ebb5784View commit details -
check each tooltip for existence, fixes issue 349
rather than checking if any tooltips already exist. this way tooltips on some elements that are reloaded via ajax calls will continue working. the previous code would assume all tooltips still exist if *any* of the tooltips still exist -- even if some of them no longer exist. now, part of a page may be changed and can have new tooltips created instead of only the ones for elements that did not change. resolves: #349 Signed-off-by: Adam Mckaig <adam.mckaig@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d55f9bb - Browse repository at this point
Copy the full SHA d55f9bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 662fe03 - Browse repository at this point
Copy the full SHA 662fe03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66376c9 - Browse repository at this point
Copy the full SHA 66376c9View commit details -
Merge branch 'dev' of github.com:jquerytools/jquerytools into dev
Conflicts: README.md
Configuration menu - View commit details
-
Copy full SHA for d37be46 - Browse repository at this point
Copy the full SHA d37be46View commit details
Commits on Dec 18, 2011
-
Duc Tri Le committed
Dec 18, 2011 Configuration menu - View commit details
-
Copy full SHA for 6899ce4 - Browse repository at this point
Copy the full SHA 6899ce4View commit details
Commits on Feb 25, 2012
-
When you have a mask currently open and close and need another opened…
… right after. Enables chaining using the onClose callback method
Configuration menu - View commit details
-
Copy full SHA for aa46f7b - Browse repository at this point
Copy the full SHA aa46f7bView commit details
Commits on Mar 17, 2012
-
Configuration menu - View commit details
-
Copy full SHA for a864dd0 - Browse repository at this point
Copy the full SHA a864dd0View commit details
Commits on Mar 21, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 702f227 - Browse repository at this point
Copy the full SHA 702f227View commit details -
Configuration menu - View commit details
-
Copy full SHA for 144c7c1 - Browse repository at this point
Copy the full SHA 144c7c1View commit details -
Merge pull request #496 from ewheeler/dev
fix unexpected behavior when calling $('my_selector').tooltip() a second time on altered elementsDuc Tri Le committedMar 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 5127118 - Browse repository at this point
Copy the full SHA 5127118View commit details -
Merge pull request #497 from brewt/dev
Fix for clicking on the next/prev month button hides calendar
Duc Tri Le committedMar 21, 2012 Configuration menu - View commit details
-
Copy full SHA for 0fcad6f - Browse repository at this point
Copy the full SHA 0fcad6fView commit details
Commits on Mar 25, 2012
-
Merge pull request #493 from 0liver/master
Added support for enclosing tooltip inside trigger element (2nd try)
Duc Tri Le committedMar 25, 2012 Configuration menu - View commit details
-
Copy full SHA for b566aad - Browse repository at this point
Copy the full SHA b566aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b3b1c - Browse repository at this point
Copy the full SHA b1b3b1cView commit details
Commits on Aug 29, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 5c741eb - Browse repository at this point
Copy the full SHA 5c741ebView commit details
Commits on Oct 25, 2012
-
outerHeight()/outerWidth() fix for jQuery 1.8+
When using jQuery 1.8+ with some older components (e.g. jQueryUI), outerHeight() and outerWidth() get "duck punched" and they return an object instead of the expected numeric value. Passing false (which is the default value) fixes the problem.
Christian Sauer committedOct 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 3f00d5f - Browse repository at this point
Copy the full SHA 3f00d5fView commit details
Commits on Nov 2, 2012
-
Configuration menu - View commit details
-
Copy full SHA for e59418e - Browse repository at this point
Copy the full SHA e59418eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master