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 […]
Create a Contact Form using AJAX and PHP
A contact form is something that is essential for any website. Not having a contact form is never a good idea. Now, in order to make a contact form, you will be required to develop the front-end (that is visible to the user) and also develop the back-end (that is not visible to the user, […]
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 […]
- 1
- 2
- 3
- …
- 6
- Next Page »