Skip to content

Tag Archives: jQuery-Misc

In this article, we will make first word bold of all elements using jquery. To make the first word bold, we use html(), and text()… Read More
In this article, we will create a paragraph element with some text and append it to the end of the document body using jQuery. To… Read More
In this article, we will learn to add a class to the last paragraph element using jQuery. To add a class to the last paragraph… Read More
In this article, we will learn to add a new class to an element that already has a class using jQuery. To add a new… Read More
In this article, we will remove all CSS classes for an element using jQuery. To remove all CSS classes of an element, we use removeClass()… Read More
In this article, we will find all textareas and makes a border using jQuery. To add a border to the textarea element, we use css()… Read More
In this article, we will set the background color for an element using jQuery. To add the background color, we use css() method. The css()… Read More
EasyUI is a HTML5 framework for using user interface components based on jQuery, React, Angular and, Vue technologies. It helps in building features for interactive… Read More
In this article, we will click a button to animate the paragraph element using jQuery. To animate the paragraph elements, we use animate() method. The… Read More
In this article, we will count every element (including head, body, etc) in the document using jQuery. To count all HTML elements, we use length… Read More
In this article, we will count all elements inside a div element using jQuery. To count all elements inside a div elements, we use find()… Read More
In this article, we will append some text to all paragraph elements using jQuery. To append some text to all paragraph elements, we use append()… Read More
In this article, we will insert a DOM element after all paragraph elements using jQuery. To insert a DOM element we use after() and createTextNode()… Read More
In this article, we will insert some HTML content after all paragraphs using jQuery. To add some content after all paragraph elements, we use the… Read More
EasyUI is an HTML5 framework for using user interface components based on jQuery, React, Angular, and Vue technologies. It helps in building features for interactive… Read More

Start Your Coding Journey Now!