summaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
* New VersionHEADv6.2.2origin/masterorigin/HEADmasterTrent Richardson2015-11-145-6/+6
|
* Pull #62 - Allow state position option to be a functionTrent Richardson2015-06-125-9/+10
|
* Fixes minify and missing min.cssv6.2.1Trent Richardson2015-05-105-4/+7
|
* New Versionv6.2.0Trent Richardson2015-05-104-5/+5
|
* #61 - Add ability to open the prompt to a specific state: initialState ↵Trent2015-04-305-10/+13
| | | | option added
* New Version 6.1.1v6.1.1Trent Richardson2015-04-195-5/+5
|
* Fixes potential undefined position.yTrent Richardson2015-04-072-3/+3
|
* Improve how scrolling works on touringTrent Richardson2015-04-072-7/+19
|
* Fix issue in demo calling undefined api funcTrent Richardson2015-04-061-1/+1
|
* Only scroll when needed on touringTrent Richardson2015-04-065-8/+11
|
* New version 6.1v6.1.0Trent Richardson2015-03-155-6/+6
|
* Fix issue with buttons not enabling backTrent Richardson2015-03-122-2/+3
|
* Replace complex find with api callTrent Richardson2015-03-122-2/+2
|
* Updates styles for disabled buttonsTrent Richardson2015-03-112-1/+4
|
* Fixes #60 - Opening a new prompt on top of existing prompt creates a hidden ↵Trent Richardson2015-03-102-2/+2
| | | | extra element in previous prompts
* Fix #58 - Adds buttonTimeout option, enableStateButtons() api method, and ↵Trent Richardson2015-03-025-7/+65
| | | | disableStateButtons api method to prevent multiple submit of each state
* Fix #58 - remove use of inline eventTrent Richardson2015-03-025-11/+12
|
* New Versionv6.0.0Trent Richardson2014-12-275-6/+6
|
* Fixes demos for new versionTrent Richardson2014-12-276-10/+10
|
* #53 - Add hide option for the effect used for hiding the promptTrent Richardson2014-12-223-2/+6
|
* #52 - Fixes the word opacity to speed in docs - by @javlTrent Richardson2014-12-191-1/+1
|
* #46 - Fixes X button not removing prompts from stackTrent Richardson2014-12-153-26/+75
|
* Updates $.fn.prompt to use $.prompt queueTrent Richardson2014-12-112-2/+2
|
* Update docs and adds method getApi to help when using $.prompt stackTrent Richardson2014-12-103-11/+42
|
* Converts $.prompt to a stack to manage Impromptu instancesTrent Richardson2014-12-103-19/+80
|
* #46 Remove use of id in html markup to avoid collisions with multiple promptsTrent Richardson2014-12-092-4/+4
|
* Restructure core to be instance based classTrent Richardson2014-12-029-577/+617
|
* rename base object to ImpTrent Richardson2014-12-022-135/+135
|
* Compiles changes in srcTrent Richardson2014-11-262-2/+2
|
* Merge pull request #48 from Zalmoxisus/devTrent Richardson2014-11-181-1/+2
|\ | | | | Prevent overlapping the buttons
| * Prevent shifting buttonsZalmoxisus2014-11-181-1/+1
| | | | | | | | | | | | Example: ```(javascript) $.prompt('text',{buttons:{'Button 1':true, 'Button 2 long':true, 'Button 3 very loooooooooooooooooooong':true}}); ```
| * Prevent overlapping the buttonsZalmoxisus2014-11-181-0/+1
| | | | | | | | | | | | Example: ```(javascript) $.prompt('<img src="http://upload.wikimedia.org/wikipedia/commons/a/a9/Example.jpg" style="float:right" />text'); ```
* | #47 adds implementation for callCallback for jQuery.prompt.close to srcTrent Richardson2014-11-175-10/+12
|/
* Implements callCallback for jQuery.prompt.closeZalmoxisus2014-11-171-3/+5
| | | Partially solves the issue #46
* New Versionv5.3.0Trent Richardson2014-11-165-6/+6
|
* Clean up sourceTrent Richardson2014-10-132-134/+137
|
* Adds AMD supportTrent Richardson2014-09-262-3/+9
|
* Fixes examples causing errorTrent Richardson2014-09-056-19/+25
|
* Fixes #40 - error being thrown triggering impromptu:close eventTrent Richardson2014-09-053-7/+7
|
* New dev versionTrent Richardson2014-09-015-5/+5
|
* New Versionv5.2.5Trent Richardson2014-09-0111-11/+12
|
* #39 verify buttons object hasOwnProperty before creating buttonTrent Richardson2014-08-312-20/+27
|
* Fixes error case where state is undefinedTrent Richardson2014-08-312-103/+120
|
* test with latest jqueryTrent Richardson2014-05-271-2/+3
|
* New dev versionTrent Richardson2014-05-265-5/+5
|
* New versionv5.2.4Trent Richardson2014-05-265-5/+5
|
* Issue #34 - addes classes option for form for better bootstrap integrationTrent Richardson2014-05-062-2/+3
|
* Issue #33 - currentStateName does not get resetTrent Richardson2014-04-172-2/+6
|
* #30 add newState parameter to removeState methodTrent Richardson2014-04-042-4/+8
|
* New dev versionTrent Richardson2014-03-095-5/+5
|
* New versionv5.2.3Trent Richardson2014-03-095-5/+5
|
* Applies pull #29 - fix for smaller screens to act responsiveTrent Richardson2014-03-042-1/+2
|
* New dev versionTrent Richardson2014-01-295-5/+5
|
* New Versionv5.2.2Trent Richardson2014-01-295-5/+5
|
* Add some native event testing, rename keyPressEventHandler to ↵Trent Richardson2014-01-074-6/+6
| | | | keyDownEventHandler
* test api, eventsTrent Richardson2013-12-302-6/+5
|
* Adds some Jasmine testingTrent Richardson2013-12-202-12/+21
|
* New dev versionTrent Richardson2013-12-155-5/+5
|
* Fixes datev5.2.1Trent Richardson2013-12-155-5/+5
|
* New dev versionTrent Richardson2013-12-155-5/+5
|
* Updates modified datev5.2.0Trent Richardson2013-12-155-5/+5
|
* Fixes default button focus on first state when using positionTrent Richardson2013-12-122-5/+5
|
* removes testing codeTrent Richardson2013-12-121-14/+0
|
* Fixes #24 Pressing Enter in sub-state causes page to hang and become unusableTrent Richardson2013-12-123-4/+29
|
* Better grunt structureTrent Richardson2013-11-1217-0/+2597