Category Archives: jQuery

Comprehensive Guide to the Envelope Animation with javascript & GSAP

Posted on by Chandan

Effective communication through web design is crucial for engaging users and delivering messages. One way to captivate your audience is through animations that enhance user experience. In this guide, we’ll delve into a captivating newsletter envelope animation created using HTML, CSS, and JavaScript. We’ll walk you through the code step by step, explaining the purpose […]

Different ways to handle right click in jQuery

Posted on by Chandan

In order to handling right-click in jQuery, you need to bind an event handler to right click javascript event. Here we will discuss different ways to do such jobs. 1. By using the contextmenu event. In javascript there is an event named contextmenu, which fires after the right click button is clicked and before the […]