Mobiscroll 2.4 got recently released. Here is an overview of what got changed, and what is new. Rendering the wheels We changed how we render the scrollable lists. Instead of using <ul> and <li> elements we enclose the displayed values in <div>s. This changed a bit how the code generates the lists, but it makes […]
Tag Archives: jQuery
Building a Movie Rating System with jQuery Mobile and Mobiscroll
In this tutorial you’ll be learning how to build a simple rating system with jQuery Mobile and Mobiscroll Rating & Grading Scroller. Get the source file from here. 1. Building the HTML We’re going to create a simple jQuery Mobile page with six movies which you’ll be able to rate and then review your rating […]