Re: [jQuery] Little Bug

2006-12-21 Thread AKB
I will try to send another email to the author about this issue, because last two just came rejected Your mod works like a charm, Big Thank You ! -- View this message in context:

[jQuery] Little Bug

2006-12-20 Thread AKB
I have found a little bug while trying to use it (last version from http://www.softwareunity.com/sandbox/jqueryspinbtn/) It seems to fail when you set the min value to 0, like this: var myOptionsHour = { min: 0, max: 23, step: 1 } $(#someid).SpinButton(myOptionsHour); Everything works fine,