Getting my Tutorials from: http://dotnetslackers.com/articles/ajax/using-jquery-with-asp-net.aspx
Notes:
$(‘p.note’) returns all <p> elements whose class name is note;
$(‘p#note’) returns the <p> element whose id is note;
$(‘p’) returns all <p> elements
1. drag and sort list example
http://tutorialzine.com/2009/11/jquery-sort-vote/
2. a good idea for Content
http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/

Notes:
$(‘p.note’) returns all <p> elements whose class name is note;
$(‘p#note’) returns the <p> element whose id is note;
$(‘p’) returns all <p> elements
1. drag and sort list example
http://tutorialzine.com/2009/11/jquery-sort-vote/
2. a good idea for Content
http://tutorialzine.com/2009/11/beautiful-apple-gallery-slideshow/
No comments:
Post a Comment