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 create a mobile app fairly easily -- it's really not terribly different from creating web apps. Still, it doesn't hurt to use […]
Read the rest of this entry »

jQuery Image Viewer Plugins with Lightbox

Building your own jQuery image viewer or image gallery plugins is definitely doable...but it's also a pretty time consuming process. If you don't have the time to write your own script, check out any of these jQuery image viewer plugins, all of which come with options for sleek lightbox effects. 1. Magnific Popup Magnific Popup […]
Read the rest of this entry »

jQuery’s .find() Method

In jQuery, the .find() method is used to return descendent elements of the selected element. Basically, you can use it when you want to apply jQuery to all the descendants of a particular element. You can also do this by selecting them by classes and ids, but sometimes if there are many different classes, ids, […]
Read the rest of this entry »

jQuery’s .remove() Method

Ever wanted to remove an HTML element from your code dynamically? There are many situations in which being able to do this easily would be useful, and with jQuery, it's completely doable using the .remove() method. Here's how it works. Let's say you want to remove a div (.bye) when it's clicked on. The following […]
Read the rest of this entry »

8 Handy jQuery Code Snippets For Your Next Project

Here are 8 handy jQuery code snippets for your next project. These jQuery code snippets are super handy and can make your life easy for handling small things efficiently. These snippets allow you to handle css, jQuery animations, deal with input boxes and calculate the page load time. 1. Remove all inline styles using jQuery […]
Read the rest of this entry »

jQuery: Showing/Hiding HTML Elements Based on Scroll Position

Showing/hiding any HTML DOM element is a common scenario based on various business requirements. Since the time of SPA (single page application) is evolved, you will find that on scroll position of browser, new elements are shown and previous elements are hidden. There are tons of jQuery plugins available which can show/hide any HTML element […]
Read the rest of this entry »

Responsive Menu
Add more content here...