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: erveloso/jQuery.msgBox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dotCtor/jQuery.msgBox
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
  • 3 contributors

Commits on Jun 13, 2014

  1. Update jquery.msgBox.js

    In the functin show() there is a statement $(window).bind("resize", function (e) { ... }) to register a resize event handler to the window but no corresponding statement $(window).unbind("resize")  in the function hide(). If we create new msgBox and close it and then repeat this operation for several times the DOM count will increase gradually.
    rickyhuang committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    b006a43 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dotCtor#15 from rickyhuang/master

    Fixes jquery.msgBox.js
    koppor committed Jun 13, 2014
    Configuration menu
    Copy the full SHA
    9a8a7db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfcf749 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2015

  1. State that code is unmaintained

     - add reference to bootstrap
     - remove invalid email address
    koppor committed Jul 14, 2015
    Configuration menu
    Copy the full SHA
    8b435ae View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Update jquery.msgBox.js

    changed type="radiobutton" to type="radio"
    maurorulli authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ae94f3b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. Merge pull request dotCtor#20 from maurorulli/patch-1

    Update jquery.msgBox.js
    koppor authored Sep 5, 2021
    Configuration menu
    Copy the full SHA
    49ae0de View commit details
    Browse the repository at this point in the history
Loading