Hi, try "spinnerspin", i.e.:

$('#s1').bind('spinnerspin', function() {
    alert('wow');
});

Thanks for using the spinner. As this is still in active development would
appreciate your comments on how we could improve this component. Take a look
at our wiki: http://wiki.jqueryui.com/Spinner

Thanks!

On Sat, May 30, 2009 at 6:11 PM, Jamie245 <kevinpk...@gmail.com> wrote:

>
> Hi,
>
> I can't seem to get the event handler to execute when I spin the
> spinner.  I've tried both methods below without any success:
>
>
> $("#s1").live('spin', function() {
>      alert("wow");
> });
>
> $("#s1").bind('spin', function() {
>      alert("wow");
> });
>
> ....
>
> <p><input id="s1" name="s1"/></p>
>
> ---
>
> Thanks!
>
> >
>


-- 
Ca-Phun Ung
+ http://yelotofu.com
+ hongkong, zce, jquery, jqueryui, php, css, html

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to