Tuesday, July 29, 2025

Road Map to Learn jQuery and AJAX

Basically I have read out a number of books and tutorials and I would like to define a road map of all my knowledge about jQuery in form of a Book (of Books of jQuery!). Well, this post will be an organized menu of every jQuery script, function and selector. Entries are gone along with by detailed explanation and helpful instructions that will assist you in getting the most out of jQuery, and avoiding the hazards commonly connected with JavaScript and other client-side scripting languages. If you are still hungry for more about jquery and ajax, this blog shows you how to become a guru of jQuery/Ajax. (This post of blog will be updated as we will move next into our learning).
  1. Acquire jQuery
  2. Configure the HTML Page/Document
  3. How to write jQuery Scripts
  4. Selector Terminology (Itemization)
    1. Element(Tag_Name)
    2. ID (#tagid)
    3. Class (.tagclass)
    4. Descendant (E F)
    5. Child (E > F)
  5. DOM Traversal/Operations Functions
  6. Event Functions
  7. Effect Functions
  8. AJAX Functions
  9. jQuery Plug-in API
  10. $(String,Element|jQuery)
  11. $(String)
  12. $(Function)
  13. length()
  14. get(Number)
  15. each(Function)
  16. index(Element)
  17. $.extend(Object)
  18. $.noConflict()
  19. eq(Number)
  20. attr(String)
  21. attr(Map)
  22. attr(String,Object)
  23. attr(String,Function)
  24. val()
  25. val(String val)
  26. html()
  27. html(String)
  28. removeAttr(String)
  29. addClass(String)
  30. removeClass(String)
  31. toggleClass(String)
  32. wrap(String)
  33. wrap(Element)
  34. append(<Content>)
  35. prepend(<Content>)
  36. appendTo(<Content>)
  37. prependTo(<Content>)
  38. remove(String)
  39. empty()
  40. css(String)
  41. css(Map)
  42. css(String,String|Number)
  43. $.extend(Object,Object,Object)
  44. $.each(Object,Function)
  45. $.trim(String)
  46. $.merge(Array,Array)
  47. $.unique(Array)
  48. $.map(Array,Function)
  49. $.browser()
  50. bind(String,Object,Function)
  51. one(String,Object,Function)
  52. unbind(String,Function)
  53. trigger(String,Array)
  54. toggle(Function,Function)
  55. hover(Function,Function)
  56. ready(Function)
  57. scroll(Function)
  58. submit(Function)
  59. submit()
  60. focus(Function)
  61. dblclick(Function)
  62. keypress(Function)

No comments:

Post a Comment