How to delete multiple rows from a table with jQuery?

Removing multiple rows from a table with jQuery

Today I am going to tell you how to delete multiple rows from table with jquery with few lines of code. I hope this tutorial will be really useful in your web projects during handling data’s rendering in table. Deleting single row in table is painful when you have more … Read more

How to Get Url Parameters & Values using jQuery

In this post, I would like to share a little jQuery code snippet that used to get url parameters and their values more convenient. Recently, while working on one of my projects, I needed to read and get url parameter values of the current page that was constructed and sent … Read more

Change Window/Document Title with jQuery

Today I am going tell  how to dynamically change document’s / window’s title using JavaScript and jQuery. The best way to change the document title is to use native javascript api document.title. document.title = “New Window Title by Javascript”; The equivalent jQuery code of js code above. $(document).prop(‘title’, ‘New Window Title … Read more

Load Your Webpage Faster using jQuery

Page Faster Loading jQuery Pronto

A jQuery plugin for faster page loads. Building on concepts like pjax and TurboLinks, Pronto is a simple way to harness the speed increases that HTML5’s pushState() can provide on nearly any site imaginable. Using a “partial page load” technique, Pronto reduces the over all server load and font-end render time by only … Read more

jQuery Responsive Tooltip & Toolbar

Responsive Tooltip Jquery

Toolbar.js is a jQuery plugin that will allow you to quickly create responsive (follows the element on resize) tooltip-style toolbars for use in web appss and sites. The toolbar is easily customisable using Twitter Bootstrap icons and provides flexability around the toolbars display and number of icons. Toolbar allows you to … Read more

Facebook Mobile Menu using Jquery

facebook mobile menu

jPanelMenu is a jQuery plugin that creates an animated paneled-style menu (like the type seen in the mobile versions of Facebook and Google). Animation is handled by CSS transitions for browsers that support it and are hardware-accelerated on supporting devices, so the animations are silky smooth. For browsers that do not … Read more

Responsive Menu using CSS & jQuery

Simple Responsive Navigation (CSS & jQuery)

Previously I had published Creating Responsive Images using CSS. & Responsive Design – display different contents for the different devices with CSS  Now I am going to share some interesting resources which will help you to build responsive menu using css & jquery in your web projects / mobile projects. … Read more

Scroll to Top Jquery Plugin

Scroll to Top Jquery Plugin

ScrollUp is a lightweight jQuery plugin to create a “Scroll to top” feature that will work with any website, with ease. ScrollUp is fully customisable through CSS which makes it simple to fit right into your project – simply target the scrollUp’s generated ID in your CSS file and set your styles and … Read more