summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New VersionHEADv6.2.2origin/masterorigin/HEADmasterTrent Richardson2015-11-146-7/+7
|
* Remove version from bower.json as its not neededTrent Richardson2015-06-121-1/+0
|
* Pull #62 - Allow state position option to be a functionTrent Richardson2015-06-126-12/+14
|
* New dev versionTrent Richardson2015-05-102-2/+2
|
* Fixes minify and missing min.cssv6.2.1Trent Richardson2015-05-108-7/+10
|
* New Versionv6.2.0Trent Richardson2015-05-106-8/+8
|
* #61 - Add ability to open the prompt to a specific state: initialState ↵Trent2015-04-307-12/+21
| | | | option added
* New dev versionTrent Richardson2015-04-192-2/+2
|
* New Version 6.1.1v6.1.1Trent Richardson2015-04-196-6/+6
|
* Fixes potential undefined position.yTrent Richardson2015-04-073-5/+5
|
* Improve how scrolling works on touringTrent Richardson2015-04-073-13/+37
|
* Fix issue in demo calling undefined api funcTrent Richardson2015-04-062-2/+2
|
* Only scroll when needed on touringTrent Richardson2015-04-066-10/+16
|
* New dev versionTrent Richardson2015-03-152-2/+2
|
* New version 6.1v6.1.0Trent Richardson2015-03-157-9/+9
|
* Add tests for enableStateButtons and disableStateButtonsTrent Richardson2015-03-121-0/+50
|
* Fix issue with buttons not enabling backTrent Richardson2015-03-123-3/+5
|
* Replace complex find with api callTrent Richardson2015-03-123-3/+3
|
* Updates styles for disabled buttonsTrent Richardson2015-03-113-1/+7
|
* Fixes #60 - Opening a new prompt on top of existing prompt creates a hidden ↵Trent Richardson2015-03-103-3/+3
| | | | extra element in previous prompts
* Fix #58 - Adds buttonTimeout option, enableStateButtons() api method, and ↵Trent Richardson2015-03-028-11/+119
| | | | disableStateButtons api method to prevent multiple submit of each state
* #58 - move inline styles to css fileTrent Richardson2015-03-022-3/+11
|
* Fix #58 - remove use of inline eventTrent Richardson2015-03-026-12/+14
|
* New dev versionTrent Richardson2014-12-272-2/+2
|
* New Versionv6.0.0Trent Richardson2014-12-275-6/+6
|
* Fixes demos for new versionTrent Richardson2014-12-2714-23/+23
|
* #53 - Add hide option for the effect used for hiding the promptTrent Richardson2014-12-225-3/+11
|
* #52 - Fixes the word opacity to speed in docs - by @javlTrent Richardson2014-12-192-2/+2
|
* #51 - Adds dependencies to bower.jsonTrent Richardson2014-12-171-0/+1
|
* #51 - Adds bower support with bower.jsonTrent Richardson2014-12-161-0/+15
|
* #46 - Fixes X button not removing prompts from stackTrent Richardson2014-12-155-51/+149
|
* Updates $.fn.prompt to use $.prompt queueTrent Richardson2014-12-113-3/+3
|
* Update docs and adds method getApi to help when using $.prompt stackTrent Richardson2014-12-105-15/+63
|
* Converts $.prompt to a stack to manage Impromptu instancesTrent Richardson2014-12-106-94/+238
|
* Fixes window resize event handlerTrent Richardson2014-12-091-3/+8
|
* #46 Remove use of id in html markup to avoid collisions with multiple promptsTrent Richardson2014-12-094-69/+69
|
* #46 fixes close buttonTrent Richardson2014-12-091-1/+1
|
* Restructure core to be instance based classTrent Richardson2014-12-0218-1406/+1520
|
* rename base object to ImpTrent Richardson2014-12-023-270/+270
|
* Compiles changes in srcTrent Richardson2014-11-262-2/+2
|
* #48 Remove min-width from cssTrent Richardson2014-11-191-1/+0
| | | | After further discussion it is best not used
* #48 apply changes to src folder as wellTrent Richardson2014-11-181-0/+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-176-10/+16
| |
* | Merge pull request #47 from Zalmoxisus/devTrent Richardson2014-11-171-3/+5
|\ \ | |/ | | Implements callCallback for jQuery.prompt.close
| * Implements callCallback for jQuery.prompt.closeZalmoxisus2014-11-171-3/+5
|/ | | Partially solves the issue #46
* New dev versionTrent Richardson2014-11-161-1/+1
|
* New Versionv5.3.0Trent Richardson2014-11-166-8/+8
|
* Clean up sourceTrent Richardson2014-10-134-1002/+148
|
* Adds offset util functionTrent Richardson2014-10-131-0/+16
|
* Fix wording in testsTrent Richardson2014-10-101-4/+4
|
* prelimiary animate utility funcitonTrent Richardson2014-10-102-47/+256
|
* Frame up animate utilTrent Richardson2014-10-091-0/+35
|
* Adds util for classes and test for eventsTrent Richardson2014-10-094-31/+282
|
* condense utility events methodTrent Richardson2014-10-081-1/+12
|
* Adds events to utility classTrent Richardson2014-10-081-0/+16
|
* Add tests and build serialize methodTrent Richardson2014-10-086-18/+155
|
* Add a few utility functions, evaluating this setup with utility functionsTrent Richardson2014-10-072-142/+332
|
* Gets jasmine 2 workingTrent Richardson2014-09-296-3399/+12
|
* Upgrade a few more async tests to jasmine 2.0Trent Richardson2014-09-281-99/+81
|
* Begin upgrade to jasmine 2Trent Richardson2014-09-269-453/+3841
|
* Adds AMD supportTrent Richardson2014-09-264-6/+18
|
* Fixes examples causing errorTrent Richardson2014-09-0512-39/+51
|
* Fixes #40 - error being thrown triggering impromptu:close eventTrent Richardson2014-09-056-15/+28
|
* New dev versionTrent Richardson2014-09-016-6/+6
|
* New Versionv5.2.5Trent Richardson2014-09-0112-12/+13
|
* Updates jquery version in testsTrent Richardson2014-09-011-1/+1
|
* Updates jquery version in demosTrent Richardson2014-09-016-6/+6
|
* #39 verify buttons object hasOwnProperty before creating buttonTrent Richardson2014-08-313-39/+54
|
* Fixes error case where state is undefinedTrent Richardson2014-08-314-154/+176
|
* Merge pull request #37 from a-v-k/devTrent Richardson2014-07-081-57/+69
|\ | | | | ability to use a function instead of a string for parameter 'html'
| * ability to use the a function instead of a string for parameter 'html'a-v-k2014-07-081-57/+69
|/
* test with latest jqueryTrent Richardson2014-05-273-5/+7
|
* New dev versionTrent Richardson2014-05-266-6/+6
|
* New versionv5.2.4Trent Richardson2014-05-266-6/+6
|
* Issue #34 - addes classes option for form for better bootstrap integrationTrent Richardson2014-05-063-3/+5
|
* Issue #33 - currentStateName does not get resetTrent Richardson2014-04-173-3/+11
|
* Merge branch 'master' of https://github.com/trentrichardson/jQuery-Impromptu ↵Trent Richardson2014-04-170-0/+0
|\ | | | | | | into dev
| * Merge branch 'dev'Trent Richardson2014-03-097-9/+11
| |\
| * \ Merge branch 'dev'Trent Richardson2014-01-2917-45/+5299
| |\ \
| * \ \ Merge branch 'dev'Trent Richardson2013-12-156-6/+6
| |\ \ \
| * | | | Fix dateTrent Richardson2013-12-156-6/+6
| | | | |
| * | | | Merge branch 'dev'Trent Richardson2013-12-1546-181/+2764
| |\ \ \ \
| * \ \ \ \ Merge branch 'dev'Trent Richardson2013-11-116-10/+10
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'dev'Trent Richardson2013-11-1010-376/+262
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dev'Trent Richardson2013-08-247-114/+556
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dev'Trent Richardson2013-07-079-2963/+258
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Updates tour docsTrent Richardson2013-06-151-2/+2
| | | | | | | | | |
| * | | | | | | | | Updates docsTrent Richardson2013-06-081-4/+6
| | | | | | | | | |
| * | | | | | | | | Updates docsTrent Richardson2013-05-281-2/+3
| | | | | | | | | |
* | | | | | | | | | #30 add newState parameter to removeState methodTrent Richardson2014-04-044-7/+25
| | | | | | | | | |
* | | | | | | | | | New dev versionTrent Richardson2014-03-096-6/+6
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | New versionv5.2.3Trent Richardson2014-03-096-6/+6
| | | | | | | | |
* | | | | | | | | Applies pull #29 - fix for smaller screens to act responsiveTrent Richardson2014-03-043-1/+3
| | | | | | | | |
* | | | | | | | | New dev versionTrent Richardson2014-01-296-6/+6
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | New Versionv5.2.2Trent Richardson2014-01-296-6/+6
| | | | | | | |
* | | | | | | | Add some native event testing, rename keyPressEventHandler to ↵Trent Richardson2014-01-076-14/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | keyDownEventHandler
* | | | | | | | test for submit eventTrent Richardson2013-12-311-21/+153
| | | | | | | |