Learn how to convert Lower case strings into Upper case and Upper case string into Lower case in javascript by using jQuery toUpperCase() and toLowerCase() functions.
Learn how to use jQuery map() function to perform action on each and every element of javascript array.
Learn how to add javascript array elements, how to add javascript array elements to HTML dropdown list and how to get dropdown list items in javascript by using jQuery.
Learn how to apply styles by using class name of a element in jQuery
Learn how to add one HTML element to another, how to add any HTML element to particular text or element and how to clone any HTML element by using jQuery
Learn how to change text inside any HTML element by using jQuery
Learn how to get HTML content of any element by using jQuery
Learn how to display immediate parent and immediate child elements of a particular element by using jQuery
Learn how to display child elements of any parent HTML element and their text by using jQuery and also text of any individual element by using Query.
Learn how to apply simple CSS styles using jQuery. Here I explain how to make text bold and italic, how to apply different styles for alternative elements and also how to apply styles for particular elements by using jQuery.