Timeline for answer to jquery.ui.spinner change by alex
Current License: CC BY-SA 3.0
Post Revisions
17 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 24, 2017 at 18:36 | comment | added | Kevin M | Obviously this will not work when the user uses the mouse wheel | |
| May 9, 2015 at 21:14 | comment | added | mm201 | This only raises the change event when you let go of the mouse, which works, but creates janky results for my usage case. | |
| Jul 30, 2013 at 23:58 | history | edited | alex | CC BY-SA 3.0 |
added 5 characters in body
|
| Feb 23, 2013 at 13:24 | history | edited | Aubin | CC BY-SA 3.0 |
added 8 characters in body
|
| Mar 1, 2011 at 4:00 | vote | accept | etriad | ||
| Mar 1, 2011 at 3:58 | comment | added | alex | @phil planes Check the fiddle - does it do what you want it to now? | |
| Mar 1, 2011 at 3:58 | comment | added | etriad | @alex ... never mind. I see the changes in your answer. I'm confused all over the place. | |
| Mar 1, 2011 at 3:56 | comment | added | etriad | @alex ... I think I messed-up your update by clicking 'Update' in jsfiddle. I'm sorry, but can you show me the code again? Also, how do I see the changes you've made? | |
| Mar 1, 2011 at 3:51 | history | edited | alex | CC BY-SA 2.5 |
added 194 characters in body
|
| Mar 1, 2011 at 3:50 | comment | added | alex | @phil planes Awesome, see update, I have working code for you. | |
| Mar 1, 2011 at 3:44 | comment | added | etriad | @ alex I'm a little new to jsfiddle too, but hopefully this will work: link | |
| Mar 1, 2011 at 3:25 | comment | added | alex | @phil planes If you can show me an example, perhaps on jsFiddle.com, I'll be able to give you exact code. | |
| Mar 1, 2011 at 3:23 | comment | added | etriad | I'm relatively new to jq and little confused. Can you give an example? | |
| Mar 1, 2011 at 3:08 | comment | added | Matt Ball |
+1, I'm pretty sure that you've got the right idea with simply firing the input's change event in the spinner's change handler.
|
|
| Mar 1, 2011 at 2:31 | comment | added | alex |
@phil planes I don't think it would register the change() like that, but I have no experience using this either. I would inspect the tool with Firebug, figure out its elements, and then hook the click() event to that.
|
|
| Mar 1, 2011 at 2:26 | comment | added | etriad | Is the call to the change event not correct in my jquery example? That id has a spinner attached to it from the statement above. I only get the alert when I type a new number in the textbox. | |
| Mar 1, 2011 at 2:16 | history | answered | alex | CC BY-SA 2.5 |