Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquerytools/jquerytools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: edobry/jquerytools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 6 files changed
  • 9 contributors

Commits on Nov 9, 2010

  1. added possibility to enclose tooltip element inside trigger element (…

    …e.g. for table cells), incl. test
    Oliver committed Nov 9, 2010
    Configuration menu
    Copy the full SHA
    bb293ca View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2011

  1. 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.
    brewt committed Mar 14, 2011
    Configuration menu
    Copy the full SHA
    28b63c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2011

  1. 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.
    brewt committed Sep 8, 2011
    Configuration menu
    Copy the full SHA
    ebb5784 View commit details
    Browse the repository at this point in the history
  2. 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>
    ewheeler committed Sep 8, 2011
    Configuration menu
    Copy the full SHA
    d55f9bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    662fe03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66376c9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'dev' of github.com:jquerytools/jquerytools into dev

    Conflicts:
    	README.md
    brewt committed Sep 8, 2011
    Configuration menu
    Copy the full SHA
    d37be46 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2011

  1. #480: Fixing readonly bug

    Duc Tri Le committed Dec 18, 2011
    Configuration menu
    Copy the full SHA
    6899ce4 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2012

  1. When you have a mask currently open and close and need another opened…

    … right after. Enables chaining using the onClose callback method
    lagrz committed Feb 25, 2012
    Configuration menu
    Copy the full SHA
    aa46f7b View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2012

  1. Issue #563: Fixed

    Duc Tri Le committed Mar 17, 2012
    Configuration menu
    Copy the full SHA
    a864dd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2012

  1. Merge pull request #670 from duclet/480

    Fix for issue #480
    Duc Tri Le committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    702f227 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #706 from duclet/563

    Fix for issue #563
    Duc Tri Le committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    144c7c1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #496 from ewheeler/dev

    fix unexpected behavior when calling $('my_selector').tooltip() a second time on altered elements
    Duc Tri Le committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    5127118 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #497 from brewt/dev

    Fix for clicking on the next/prev month button hides calendar
    Duc Tri Le committed Mar 21, 2012
    Configuration menu
    Copy the full SHA
    0fcad6f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2012

  1. Merge pull request #493 from 0liver/master

    Added support for enclosing tooltip inside trigger element (2nd try)
    Duc Tri Le committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    b566aad View commit details
    Browse the repository at this point in the history
  2. Merge pull request #676 from lagrz/patch-3

    Patch 3
    Duc Tri Le committed Mar 25, 2012
    Configuration menu
    Copy the full SHA
    b1b3b1c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2012

  1. Configuration menu
    Copy the full SHA
    5c741eb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2012

  1. 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 committed Oct 25, 2012
    Configuration menu
    Copy the full SHA
    3f00d5f View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2012

  1. Merge branch 'dev'

    edobry committed Nov 2, 2012
    Configuration menu
    Copy the full SHA
    e59418e View commit details
    Browse the repository at this point in the history
Loading