Posts for Jquery

jQuery is a JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.
Deven
Deven wrote

How to use disable click event in jQuery

In this article, you will learn about how to use disable click events in jQuery. jQuery is a lightweight and feature-rich JavaScript library. You can do a lot more things and bring interactivity to your webpage. The purpose of jQuery is to write less and do more. That means you can do a lot more […]

January 15, 2022 in Code examples & Jquery
Deven
Deven wrote

How to uppercase a text by using jQuery

In this article, you are going to learn about how to uppercase a text by using jQuery. jQuery is a lightweight and feature-rich JavaScript library. The purpose of jQuery is to write less and do more. That means you can do a lot more things by writing less code. In jQuery, you can convert a […]

January 15, 2022 in Code examples & Jquery
Deven
Deven wrote

Building a Twitter Clone Using JQuery

In this project, we are going to create a Twitter clone using HTML, CSS, and JQuery only. We will create the Registration screen and Twitter wall, where you can post tweets that will have 250 characters limit. You can also retweet and like the tweets. But since we are not using any server and database, […]

April 16, 2020 in Javascript & Jquery