summaryrefslogtreecommitdiffstats
path: root/src/jquery-impromptu.js
Commit message (Expand)AuthorAgeFilesLines
* Pull #62 - Allow state position option to be a functionTrent Richardson2015-06-121-3/+4
* #61 - Add ability to open the prompt to a specific state: initialState option...Trent2015-04-301-2/+5
* Fixes potential undefined position.yTrent Richardson2015-04-071-2/+2
* Improve how scrolling works on touringTrent Richardson2015-04-071-6/+18
* Only scroll when needed on touringTrent Richardson2015-04-061-2/+5
* Fix issue with buttons not enabling backTrent Richardson2015-03-121-1/+2
* Replace complex find with api callTrent Richardson2015-03-121-1/+1
* Fixes #60 - Opening a new prompt on top of existing prompt creates a hidden e...Trent Richardson2015-03-101-1/+1
* Fix #58 - Adds buttonTimeout option, enableStateButtons() api method, and dis...Trent Richardson2015-03-021-3/+45
* #58 - move inline styles to css fileTrent Richardson2015-03-021-3/+3
* Fix #58 - remove use of inline eventTrent Richardson2015-03-021-1/+2
* #53 - Add hide option for the effect used for hiding the promptTrent Richardson2014-12-221-1/+2
* #46 - Fixes X button not removing prompts from stackTrent Richardson2014-12-151-25/+48
* Updates $.fn.prompt to use $.prompt queueTrent Richardson2014-12-111-1/+1
* Update docs and adds method getApi to help when using $.prompt stackTrent Richardson2014-12-101-4/+12
* Converts $.prompt to a stack to manage Impromptu instancesTrent Richardson2014-12-101-6/+63
* 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-091-2/+2
* #46 fixes close buttonTrent Richardson2014-12-091-1/+1
* Restructure core to be instance based classTrent Richardson2014-12-021-552/+589
* rename base object to ImpTrent Richardson2014-12-021-135/+135
* #47 adds implementation for callCallback for jQuery.prompt.close to srcTrent Richardson2014-11-171-0/+4
* Clean up sourceTrent Richardson2014-10-131-390/+11
* Adds offset util functionTrent Richardson2014-10-131-0/+16
* prelimiary animate utility funcitonTrent Richardson2014-10-101-45/+133
* Frame up animate utilTrent Richardson2014-10-091-0/+35
* Adds util for classes and test for eventsTrent Richardson2014-10-091-29/+119
* 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-081-9/+58
* Add a few utility functions, evaluating this setup with utility functionsTrent Richardson2014-10-071-142/+219
* Adds AMD supportTrent Richardson2014-09-261-2/+8
* Fixes examples causing errorTrent Richardson2014-09-051-2/+2
* Fixes #40 - error being thrown triggering impromptu:close eventTrent Richardson2014-09-051-5/+5
* #39 verify buttons object hasOwnProperty before creating buttonTrent Richardson2014-08-311-19/+27
* Fixes error case where state is undefinedTrent Richardson2014-08-311-50/+55
* ability to use the a function instead of a string for parameter 'html'a-v-k2014-07-081-57/+69
* Issue #34 - addes classes option for form for better bootstrap integrationTrent Richardson2014-05-061-1/+2
* Issue #33 - currentStateName does not get resetTrent Richardson2014-04-171-1/+5
* #30 add newState parameter to removeState methodTrent Richardson2014-04-041-3/+7
* Add some native event testing, rename keyPressEventHandler to keyDownEventHan...Trent Richardson2014-01-071-2/+2
* test api, eventsTrent Richardson2013-12-301-5/+4
* Adds some Jasmine testingTrent Richardson2013-12-201-11/+20
* Fixes default button focus on first state when using positionTrent Richardson2013-12-121-4/+4
* Fixes #24 Pressing Enter in sub-state causes page to hang and become unusableTrent Richardson2013-12-121-3/+14
* Better grunt structureTrent Richardson2013-11-121-0/+663