In this video you will learn about basic of JQuery which includes in our daily life. These functions includes
*****************************
val() The val() method is an inbuilt method in jQuery which is used to returns or set the value of attribute for the selected elements.
*****************************
text() The jQuery text() method is used to set or return the text content of the selected elements.
*****************************
html() The html() Method in jQuery is used to set or return the innerHTML content of the selected element.
*****************************
attr() The jQuery attr() method is used to set or return attributes and values of the selected elements
#JQuery #JQueryCrashCourse