jQuery Mobile Framework

Navigation Search

Question:

My range or search inputs are being change to number/text.

Answer:

These inputs are degraded to type text or number to allow for consistent look and enhancement by jQuery Mobile. For example, we parse the min, max, value, and step attributes of a range input to configure the JavaScript-based slider we generate to give us full control of the features and appearance. We then 'degrade' the input type of the original range input (which is a native slider) to number in order provide the numeric field next to the slider.

All Questions & Answers