All jQuery Resources

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 often leads to the user hitting the submit button more than once because they may think it isn't working. When this […]
Read the rest of this entry »

jQuery 3.0: Fix url.indexOf is Not a Function Error

jQuery 3.0 is out, and if you started working with it and plan to work with this, then you may encounter the error “Uncaught TypeError: url.indexOf is not a function”. This error is related to jQuery 3.0 and it is occurring due to one of the change made to jQuery 3.0. First, let’s see how this […]
Read the rest of this entry »

Set/Get/Delete Cookies with jQuery

There are a lot of plugins you can use to set, get, and delete cookies using jQuery, but there's also a fairly simple code that will achieve all three of those actions without the need for a heavy plugin. Check out the snippets below: Set cookies: function setCookie(name, value, expires, path, domain, secure) { var […]
Read the rest of this entry »

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 jQuery plugin as it comes with some bandwidth. Your website needs to download extra kilo bytes when it's viewed […]
Read the rest of this entry »

3 Best jQuery Video Gallery Plugins

Do you have a lot of videos that you'd like to embed or neatly display on a site? Creating a video gallery can be done really easily using a jQuery plugin. The following plugins are perfect to use to display a lot of videos in gallery form -- whether you're putting together a film portfolio or […]
Read the rest of this entry »

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 input fields can sometimes be overwhelming. If you don't want or don't have time to deal with big styling decisions but still want your buttons […]
Read the rest of this entry »

Responsive Menu
Add more content here...