Categories: jQuery

convert strings into Lower case and Upper case in javascript

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.

Categories: jQuery

jQuery map function to perform action on each item of javascript arrays

Learn how to use jQuery map() function to perform action on each and every element of javascript array.

Categories: jQuery

join array elements, add array elements to dropdown list using jQuery

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.

Categories: jQuery

add and clone HTML element by using 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

Categories: jQuery

parent and child elements and thier text

Learn how to display immediate parent and immediate child elements of a particular element by using jQuery

Categories: jQuery

display child elements and their text 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.

Categories: jQuery

Apply CSS styles using jQuery

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.