简体   繁体   中英

jQuery theme optimized for mobile / tablet?

I'm building a web app that should be used on desktop mobile and tablet too. I need the extra widgets of jQuery UI: date picker, resizable , sortable, draggable, etc. These are missing from jQuery mobile, so I cannot use jQuery mobile.

The jQuery UI themes were not designed for tablet / mobile. Buttons, texts, list items and all other widgets are too small to be controlled with a touch screen. Also the stock icons are too small. I know that there is the jquery ui theme roller, but it would take forever to construct some alternative themes that can be used for tablet / mobile. (I would have to create my own stock icons too, with a different size.) I do not want to spend my time creating a theme, because my primary goal is to create a web app that can be used from a mobile or a tablet. Is there a website where I can download mobile optimized jquery ui themes? With much bigger buttons, texts etc. but with all the jquery ui widgets.

jQuery Mobile

http://jquerymobile.com/ exists

Twitter

You may want look into Twitter Bootstrap. It is no jQuery-UI but it is powered by jQuery and can with in conjunction with jQuery-UI so it meets some of your needs.

Addendum

DatePicker

http://www.eyecon.ro/bootstrap-datepicker/

OR you can use jQuery-UI's date picker

Drag and Drop

Twitter Bootstrap Modal Form: How to drag and drop?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM