Category Archives : jQuery

jQuery Map Marker Plugin

This plugin makes it easy to put multiple markers on Map using Google Map API V3.
Map Marker is very useful when you have a list of data & you want to show all of them on Map too.

Like most of the jQuery plugins, this plugin is very straight forward to setup.
It has some nice options & uses JSON formatted data for every Locations.

Also make note that you must have to pass the Location values using Lattitude & Longitude co-ordinates of the that Location (due to Google map API limitation). (more…)

Read more »

Web Development using jQuery Mobile Framework

As most of us know that JQuery is a software framework that emphases on the interface between JavaScript and html, so that any web developer can operate html elements using concise codes. It is the popular JavaScript library these days and is being used in most of the smartphone web browsers. In serious web applications where strength of any design plays important role and conceptual modelling is required JQuery is very effective. The foundation used in JQuery mobile is of clean semantic HTML for making it compatible with any web–enabled device. Being a Touch-Optimized framework for smartphones and tablets the JQuery will make it possible for you to design one web application for all smart phones and tablet platforms. There will be no need to write unique apps for every mobile or OS. (more…)

Read more »