Top "Spinner" questions

Spinner is a widget that allows the user to select an item from a group, like a dropdown list.

How to show loading spinner in jQuery?

In Prototype I can show a "loading..." image with this code: var myAjax = new Ajax.Request( url, {method: 'get', parameters: …

jquery spinner prototypejs equivalence language-interoperability
How to change spinner text size and text color?

In my Android application, I am using spinner, and I have loaded data from the SQLite database into the spinner, …

android spinner
Android Spinner: Get the selected item change event

How can you set the event listener for a Spinner when the selected item changes? Basically what I am trying …

android events spinner android-spinner
How to set selected item of Spinner by value, not by position?

I have a update view, where I need to preselect the value stored in database for a Spinner. I was …

java android adapter spinner
Set selected item of spinner programmatically

I am working on an android project and I am using a spinner which uses an array adapter which is …

android spinner
How to get Spinner value?

In Android, I am trying to get the selected Spinner value with a listener. What is the best way to …

android spinner
Android: Create spinner programmatically from array

I'm all new to Android and I'm trying to create a spinner programmatically and feeding it with data from an …

android spinner
Android: How to bind spinner to custom object list?

In the user interface there has to be a spinner which contains some names (the names are visible) and each …

android adapter spinner
Hide Spinner in Input Number - Firefox 29

On Firefox 28, I'm using <input type="number"> works great because it brings up the numerical keyboard on input …

css firefox input spinner