Downloading & “Installing” jQuery Mobile

Installing jQuery Mobile into a website is an easy task.As with jQuery UI, you can choose to install it locally, or you can run the JavaScript and CSS from jQuery’s website. Most people run it from their local site, as it reduces the DNS look-ups, which are slower in most mobile browsers/networks. To download jQuery…

jQuery UI – Adding a DatePicker to Make Calendar/Date Selector

Datepicker is a part of jQueryUI which allows you to include a calendar. This does two things: Makes it easier for the end user to pick a date Makes for more consistent and correctly formatted dates, so it will be easier to work with form processors that need to handle those dates. You might wonder…