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: daemianmack/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.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 11, 2010

  1. Allow end-user to specify alternate location for tooltip element by

    employing a title attribute with a value of "src:some_element_id".
    Daemian Mack committed Jul 11, 2010
    Configuration menu
    Copy the full SHA
    b1c2195 View commit details
    Browse the repository at this point in the history
  2. Readme.

    Daemian Mack committed Jul 11, 2010
    Configuration menu
    Copy the full SHA
    b714bb4 View commit details
    Browse the repository at this point in the history
  3. Readme.

    Daemian Mack committed Jul 11, 2010
    Configuration menu
    Copy the full SHA
    94fead7 View commit details
    Browse the repository at this point in the history
  4. Readme

    Daemian Mack committed Jul 11, 2010
    Configuration menu
    Copy the full SHA
    c87a14e View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2010

  1. Retool patch so that user can specify any valid jQuery selector as the

    pointer to the tooltip element, instead of forcing them to use an ID
    selector. Update README accordingly.
    Daemian Mack committed Aug 15, 2010
    Configuration menu
    Copy the full SHA
    743d880 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2010

  1. Replace magic 'selector' token with special attribute

    'data-tooltip'. Re-order check so that data-tooltip will take
    predecence over title attr if found.
    Daemian Mack committed Aug 17, 2010
    Configuration menu
    Copy the full SHA
    1e90162 View commit details
    Browse the repository at this point in the history
Loading