Thursday, June 24, 2010

Visual way to provide feedback and ask your employee to do necessary changes

Visual way to provide feedback and ask your employee to do necessary changes either on design or content of the webpage. To get started sign up at http://www.notableapp.com/

Jquery selectors reference for beginners

Hi Friends,

Jquery selectors are used to apply effects for all elements or some or group of elements by using classes or IDs and tag names.

Ex: $(‘#id’); This selector selects an element with the given ID.
$(‘.class’) The class selector will gather all elements in the document with the given class name
:first $(‘ul li:first’); Returns the first element in a result set


You can see the complete information at below url.
http://www.pamaya.com/jquery-selectors-and-attribute-selectors-reference-and-examples/