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: halfbaked/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.
  • 7 commits
  • 5 files changed
  • 6 contributors

Commits on Nov 30, 2012

  1. Update src/dateinput/dateinput.js

    fixed issue in calculation of top. Probably due to new version of Jquery.
    halfbaked committed Nov 30, 2012
    Configuration menu
    Copy the full SHA
    d6abc60 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2013

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

    …e.g. for table cells), incl. test
    Oliver authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    9863d7c View commit details
    Browse the repository at this point in the history
  2. 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 authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    db4c2ef View commit details
    Browse the repository at this point in the history
  3. 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 authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    fc97214 View commit details
    Browse the repository at this point in the history
  4. #480: Fixing readonly bug

    Duc Tri Le authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    2cff3f1 View commit details
    Browse the repository at this point in the history
  5. When you have a mask currently open and close and need another opened…

    … right after. Enables chaining using the onClose callback method
    lagrz authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    8b790e5 View commit details
    Browse the repository at this point in the history
  6. Issue #563: Fixed

    Duc Tri Le authored and halfbaked committed Feb 22, 2013
    Configuration menu
    Copy the full SHA
    217d1f0 View commit details
    Browse the repository at this point in the history
Loading