Skip to main content

Posts

Showing posts with the label JQuery Mobile Introduction

JQuery Mobile Introduction

JQuery Mobile is a touch-optimized web framework for creating mobile web apps and it is working on all popular smart-phones and tablets. Before you start learn jQuery mobile you should know following, ·          JQuery ·          CSS ·          HTML The uses of HTML, CSS and JavaScript solve these mobile related problems and it works for all standard mobile web browsers. Examples for Create a Basic Page Template in JQuery mobile as, <! DOCTYPE html > < html > < head > < meta name = "viewport" content = "width=device-width, initial-scale=1" > <!-- Include CSS URL --> < link rel = "stylesheet" href = "https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" > <!-- Include jQuery URL --> < script src = "https://code.jquery.com/jquery-1.11.3.min.js" ></ script > <!-- I...