index
:
jQuery-Impromptu
master
origin/HEAD
origin/dev
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jquery-impromptu.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Pull #62 - Allow state position option to be a function
Trent Richardson
2015-06-12
1
-3
/
+4
|
*
#61 - Add ability to open the prompt to a specific state: initialState ↵
Trent
2015-04-30
1
-2
/
+5
|
|
|
|
option added
*
Fixes potential undefined position.y
Trent Richardson
2015-04-07
1
-2
/
+2
|
*
Improve how scrolling works on touring
Trent Richardson
2015-04-07
1
-6
/
+18
|
*
Only scroll when needed on touring
Trent Richardson
2015-04-06
1
-2
/
+5
|
*
Fix issue with buttons not enabling back
Trent Richardson
2015-03-12
1
-1
/
+2
|
*
Replace complex find with api call
Trent Richardson
2015-03-12
1
-1
/
+1
|
*
Fixes #60 - Opening a new prompt on top of existing prompt creates a hidden ↵
Trent Richardson
2015-03-10
1
-1
/
+1
|
|
|
|
extra element in previous prompts
*
Fix #58 - Adds buttonTimeout option, enableStateButtons() api method, and ↵
Trent Richardson
2015-03-02
1
-3
/
+45
|
|
|
|
disableStateButtons api method to prevent multiple submit of each state
*
#58 - move inline styles to css file
Trent Richardson
2015-03-02
1
-3
/
+3
|
*
Fix #58 - remove use of inline event
Trent Richardson
2015-03-02
1
-1
/
+2
|
*
#53 - Add hide option for the effect used for hiding the prompt
Trent Richardson
2014-12-22
1
-1
/
+2
|
*
#46 - Fixes X button not removing prompts from stack
Trent Richardson
2014-12-15
1
-25
/
+48
|
*
Updates $.fn.prompt to use $.prompt queue
Trent Richardson
2014-12-11
1
-1
/
+1
|
*
Update docs and adds method getApi to help when using $.prompt stack
Trent Richardson
2014-12-10
1
-4
/
+12
|
*
Converts $.prompt to a stack to manage Impromptu instances
Trent Richardson
2014-12-10
1
-6
/
+63
|
*
Fixes window resize event handler
Trent Richardson
2014-12-09
1
-3
/
+8
|
*
#46 Remove use of id in html markup to avoid collisions with multiple prompts
Trent Richardson
2014-12-09
1
-2
/
+2
|
*
#46 fixes close button
Trent Richardson
2014-12-09
1
-1
/
+1
|
*
Restructure core to be instance based class
Trent Richardson
2014-12-02
1
-552
/
+589
|
*
rename base object to Imp
Trent Richardson
2014-12-02
1
-135
/
+135
|
*
#47 adds implementation for callCallback for jQuery.prompt.close to src
Trent Richardson
2014-11-17
1
-0
/
+4
|
*
Clean up source
Trent Richardson
2014-10-13
1
-390
/
+11
|
*
Adds offset util function
Trent Richardson
2014-10-13
1
-0
/
+16
|
*
prelimiary animate utility funciton
Trent Richardson
2014-10-10
1
-45
/
+133
|
*
Frame up animate util
Trent Richardson
2014-10-09
1
-0
/
+35
|
*
Adds util for classes and test for events
Trent Richardson
2014-10-09
1
-29
/
+119
|
*
condense utility events method
Trent Richardson
2014-10-08
1
-1
/
+12
|
*
Adds events to utility class
Trent Richardson
2014-10-08
1
-0
/
+16
|
*
Add tests and build serialize method
Trent Richardson
2014-10-08
1
-9
/
+58
|
*
Add a few utility functions, evaluating this setup with utility functions
Trent Richardson
2014-10-07
1
-142
/
+219
|
*
Adds AMD support
Trent Richardson
2014-09-26
1
-2
/
+8
|
*
Fixes examples causing error
Trent Richardson
2014-09-05
1
-2
/
+2
|
*
Fixes #40 - error being thrown triggering impromptu:close event
Trent Richardson
2014-09-05
1
-5
/
+5
|
*
#39 verify buttons object hasOwnProperty before creating button
Trent Richardson
2014-08-31
1
-19
/
+27
|
*
Fixes error case where state is undefined
Trent Richardson
2014-08-31
1
-50
/
+55
|
*
ability to use the a function instead of a string for parameter 'html'
a-v-k
2014-07-08
1
-57
/
+69
|
*
Issue #34 - addes classes option for form for better bootstrap integration
Trent Richardson
2014-05-06
1
-1
/
+2
|
*
Issue #33 - currentStateName does not get reset
Trent Richardson
2014-04-17
1
-1
/
+5
|
*
#30 add newState parameter to removeState method
Trent Richardson
2014-04-04
1
-3
/
+7
|
*
Add some native event testing, rename keyPressEventHandler to ↵
Trent Richardson
2014-01-07
1
-2
/
+2
|
|
|
|
keyDownEventHandler
*
test api, events
Trent Richardson
2013-12-30
1
-5
/
+4
|
*
Adds some Jasmine testing
Trent Richardson
2013-12-20
1
-11
/
+20
|
*
Fixes default button focus on first state when using position
Trent Richardson
2013-12-12
1
-4
/
+4
|
*
Fixes #24 Pressing Enter in sub-state causes page to hang and become unusable
Trent Richardson
2013-12-12
1
-3
/
+14
|
*
Better grunt structure
Trent Richardson
2013-11-12
1
-0
/
+663