Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 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. Commented Mar 1, 2011 at 2:26
  • @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. Commented Mar 1, 2011 at 2:31
  • +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. Commented Mar 1, 2011 at 3:08
  • I'm relatively new to jq and little confused. Can you give an example? Commented Mar 1, 2011 at 3:23
  • @phil planes If you can show me an example, perhaps on jsFiddle.com, I'll be able to give you exact code. Commented Mar 1, 2011 at 3:25

lang-js