Thursday, September 20, 2012

Date Drop Down Lists

This JQuery plugin converts a textfield with date value into a set of drop down lists for day, month and year.

Demo

When applied, the original textfield is replaced by a set of drop down lists, but it's value can still be referenced by the original ID:

Source: http://www.amdonnelly.co.uk/experiments/date-drop-down-lists.aspx

Friday, September 14, 2012

JQWidgets - Unique toolkit for HTML5 Web development

jQWidgets gives us something new and special. It’s a new and unique library for Web development and unlike others it makes our Apps and Websites look beautiful on desktops, touch devices and mobile phones.
jQWidgets is the ultimate UI toolkit for the next generation of cloud apps development and it is built entirely on open standards and technologies like HTML5, CSS, JavaScript and jQuery.

jQWidgets brings broad platform and device coverage with minimum development cost. It is tested with many browsers and optimized to work well on popular phones and tablet devices as well as on PCs.

Source: http://www.jqwidgets.com/

Tuesday, September 4, 2012

Jquery Tutorial : Dom Manipulation

3. DOM And Attributes Manipulation

  • To provide interaction on a page you want to be able manipulate elements dynamically.
  • In this chapter, you are going to learn how to dynamically:
    • Create elements on the page
    • Insert existing or freshly created elements on the page
    • Move elements to a different location on the page
    • Clone elements
    • Remove elements
    • Replace elements
  • From a selection of elements, you will be able to get and/or set their attribute values.

3.1. DOM Manipulation