Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Has anyone implemented jQuery Mobile Add (+/-) Button Number Incrementers?

This seems like a "must have" form input for a mobile ui framework, but jQuery Mobile doesn't seem to have one.

Has anyone implemented a nice looking number Spinner form input that works well with the other jquery mobile form inputs?

Something like this:

enter image description here

like image 203
Daniel Alexiuc Avatar asked Apr 15 '12 23:04

Daniel Alexiuc


4 Answers

Probably well after the fact, but: http://dev.jtsage.com/jQM-Spinbox/ - based pretty much on what you show above, respects jQM themeing, min/max values.

like image 110
J.T.Sage Avatar answered Nov 11 '22 01:11

J.T.Sage


It's not exactly the same but an input with type="number" should give you an input field with two small buttons at the right (up & down).

You can check it here.

like image 31
Pablo Avatar answered Nov 11 '22 00:11

Pablo


No just the slider input so far.

like image 1
codaniel Avatar answered Nov 11 '22 00:11

codaniel


Found this: http://css-tricks.com/number-increment-buttons/

like image 1
chris Avatar answered Nov 11 '22 01:11

chris