Quantcast
Channel: jQuery By Example
Browsing all 122 articles
Browse latest View live

Converting Your Scripts Into a jQuery Plugin

We feature a lot of plugins on this site, so chances are if you're looking for a particular type of plugin, you'll be able to find that here. Just in case, the following is some code that will help you...

View Article


Quick Summary of What's new in jQuery 3.0

jQuery 3.0 is the newest version of jQuery and it’s already out. There are many new features, bug fixes and deprecations of old methods. In this post, find a quick and short summary of some of the...

View Article


Create a Simple Notification Bar on Top of Page Using jQuery

Notification bars on top of a page is a feature to display important messages to catch a website visitor’s attention. There are plenty of plugins available to display notification bars, but it’s not...

View Article

Change Page Title on Focus Out Using jQuery

It is a good idea to change the page title to something catchy when the user moves to a different tab to catch his attention. This can help to get the user to come back your website. So in this post,...

View Article

8 Handy jQuery Code Snippets For Your Next Project

p.p1 {margin: 0.0px 0.0px 10.0px 0.0px; font: 12.0px 'Trebuchet MS'; color: #000000; -webkit-text-stroke: #000000} span.s1 {font-kerning: none} Here are 8 handy jQuery code snippets for your next...

View Article


Image may be NSFW.
Clik here to view.

5 Best jQuery Mobile Frameworks

Although creating a mobile app might seem like a daunting task even for the most experienced web developers who don't have much mobile experience, the truth is that most skilled developers can probably...

View Article

Image may be NSFW.
Clik here to view.

Learn jQuery Interactively for Free

A lot of developers and coders probably agree that one of the best way to learn a new coding language, skill, or technique is to do so by learning and experimenting in a hands-on, interactive way....

View Article

Image may be NSFW.
Clik here to view.

7 jQuery Plugins for Form Validation

It's possible to write your own form validations, but with so many jQuery plugins available to do it for you, it's often a lot easier, simpler, and most importantly, quicker, to use a plugin to...

View Article


Image may be NSFW.
Clik here to view.

5 Top jQuery Button Plugins

Looking for cool, different ways to style your buttons? With customizable colors, shapes, and hover effects, the styling possibilities are seemingly endless, and choosing how to design your buttons and...

View Article


Create Blinking Text Without Using a Plugin

There are tons of jQuery plugins available for any kind of text animation. But the use of jQuery plugin should depend on what are you trying to achieve. One should be very careful while using any...

View Article

How to use jQuery to Prevent Multiple Form Submit for Efficient Forms

Often when a jQuery form is submitted, it can accidentally happen more than once. Depending on the server speed or the internet connection, the request to submit the form can go through slowly, which...

View Article

Image may be NSFW.
Clik here to view.

Best jQuery Plugin for Falling Snow Effect

With winter's sudden arrival and the holidays fast approaching, you may find yourself in the market for a plugin that allows you to add a falling snow effect to any of your pages. Our falling snow...

View Article

Image may be NSFW.
Clik here to view.

Format Your jQuery and JavaScript With This Useful Tool

If you've ever worked with improperly formatted code before, you know what a total pain it can be to edit, add to, and even understand. Formatting is really important when it comes to jQuery and...

View Article


How to Get Cursor Coordinates Using jQuery

It's fairly easy to get the coordinates of your cursor using jQuery. While this information might not be particularly useful to a lot of developers, there are definitely occasions where the x and y...

View Article

Image may be NSFW.
Clik here to view.

5 of the Funniest jQuery Plugins

Sometimes the coolest jQuery plugins are the ones that really don’t serve a purpose at all. 1. Bacon!Bacon! (don’t forget the exclamation point!) exists literally to add strips of bacon to your...

View Article


5 Useful jQuery Snippets

1. Back to Top Button$('a.top').click(function(){$(document.body).animate({scrollTop : 0},800);return false;});This code can be used to create a smooth, simple back to top button — a trendy and...

View Article

Image may be NSFW.
Clik here to view.

Tipsy: a jQuery Plugin for Tooltips

Tipsy is a jQuery plugin that creates a Facebook like tooltip effect generated from an anchor tag’s title attribute. It’s easy to use, really lightweight, and super customizable.One of the coolest...

View Article


Image may be NSFW.
Clik here to view.

jQuery & JavaScript Resources: Books

If you’re a bookworm looking to learn JavaScript or jQuery, this list is for you. Any of these books are great resources to learn the fundamentals of both JavaScript and jQuery and will give you a...

View Article

Image may be NSFW.
Clik here to view.

4 Best Tools for Validating Your jQuery Code

New to jQuery and looking for some help to make sure that your code is correct? Or are you a seasoned JavaScript pro who can't seem to find that one little bug in your code that seems to be messing...

View Article

Image may be NSFW.
Clik here to view.

7 Coolest Free jQuery Plugins for 2017

There are so many free jQuery plugins available to use in your projects that it can be hard to stay on top of the latest and the greatest. If you're looking for some new plugins to add some freshness...

View Article
Browsing all 122 articles
Browse latest View live