Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Events #8

Open
jogep opened this issue Aug 31, 2010 · 2 comments
Open

Add Events #8

jogep opened this issue Aug 31, 2010 · 2 comments

Comments

@jogep
Copy link

jogep commented Aug 31, 2010

is there a possibility to add events similar like jquery ui widgtes (slider, autocompleter, ..)

I think a change event is usefull.

@Camwyn
Copy link

Camwyn commented Oct 18, 2011

Note that if you grab a change event right now like:
$("#spinner").change(alert(this.val());

it will loop endlessly... :(

@andrewmclagan
Copy link

why on earth would you want to do that?

do it like this:

$("#spinner").change( function() { alert( jQuery( this ).val(); });

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants