Mobiscroll is a date and time selector for touch devices, and its use does not change the native user experience of HTML5, PhoneGap, and hybrid applications. As a jquery sliding selection plugin, users can customize theme styles to Tim color their mobile project UI components. Mobiscroll supports all major platforms: IOS, Android, BlackBerry, Windows Phone 8, and Amazon Kindle.
It has the following advantages:
1. Touch-Screen UI
Use a lot of gestures and touches to interact with Mobiscroll on your smartphone and tablet mobile device.
2. Thematic
Full subjectivity. There are a variety of topics, but you need to go through a simple extra customization to match the theme used in your device.
3. Integration Plugins
Integrate UI plugins such as Angular.js, Knockout, Backbone, Bootstrap, Kendo UI in the most popular MVVM frameworks and platforms.
4. Cross-platform
True cross-platform and cross-browser. Can work on mainstream mobile and desktop browsers. Supports platforms such as iOS, Android, Windows Phone 8, Windows8, Blackberry, Amazon kindle and more.
5. Support multiple frameworks
Whether using jquery, jquery Mobile, zepto.js or Intel App Framework,mobiscroll, all four of these frameworks offer the perfect support.
6. User Experience
All component designs pay close attention to user experience and performance. Advanced controls do not disappoint users.
Website address: http://www.mobiscroll.com/
Online Example: http://demo.mobiscroll.com/
: http://download.mobiscroll.com/
Git managed Address: https://github.com/acidb/mobiscroll
Latest 2.17.0 hack version download: http://download.csdn.net/detail/shimiso/9260795
Document API Address: http://docs.mobiscroll.com/
code example:
$ (function () {$ (' #demo '). Mobiscroll (). Treelist ({theme: ' Mobiscroll ',//Style display: ' Bottom ',//Specify Show mode fixedwidth: [ 160,160,160],//Three Group scroll box width placeholder: ' Please select ... ',//blank wait hint lang: ' zh ',//Language mode: ' Scroller ',//select mode scroller Clickpick mixedrtl:false,//button on the right HeaderText: ",//head hint text rows:5,//the number of lines within the scrolling area//defaultvalue: [' ', ' ', '],// Set initial value Labels: [' Province ', ' City ', ' district '],showlabel:true,//whether to show labelscloseonoverlay:false,//if for ture overlay click will scroll bar inside data will close mask layer tap:true, Onselect:function (ValueText, inst) {var val = inst.getval ();//Call the Getval method var value = Inst.getvalue ();//va R arryval = Inst.getarrayval (); alert (valueText); },formatresult:function (data) {return data[0] + ' _ ' + data[1]+ ' _ ' + data[2];}});});
You can also customize the style
reprint Please indicate the source http://blog.csdn.net/shimiso Technical Exchange Group: 66756039
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Mobiscroll's introduction "A sliding plugin for PC and mobile devices"