jQuery is something that I write about a lot on this blog. Sometimes people confuse jQuery with JavaScript, mostly newcomers to the field of Web Development and in this article today, I’ll help you understand what jQuery is exactly and in what way can jQuery assist you. Let’s get the basics clear first in the first […]
How to Create a Countdown Timer using jQuery
A Countdown Timer is a feature that you can install on your website to know users about an upcoming event, and counting down the time left for that event. A countdown timer can be built using various languages, but here I am going to discuss with you how to create a countdown timer using jQuery as […]
Learn How To Read URL Parameters Using jQuery
URL Parameters are something that you see in the URLs a lot these days. They look like “http://www.example.com/?category=xyz”, where “category” is the parameter name and “xyz” is the parameter value. These typically appear in the URL of a page when we submit a form on the previous page, and it sends the data to the […]
Creating a stylish jQuery Tooltip using a Plugin
I can bet that you have seen a tooltip on almost every page that you visit. Web developers may know this by the name of a title attribute for an element. The value for the title is displayed as a tooltip on HTML browsers. For instance, if you hover on any image on Slash Coding, you will […]
How to Create a Sticky Menu Bar using jQuery
I bet you have seen quite a few websites where in when you scroll the webpage, the menu bar of that webpage gets fixed or stuck at the top to allow you to easily navigate the website. In technical terms, it is called a Sticky Menu Bar. A sticky item is something that just sticks […]