Best jQuery Rating Plugins
Find collection of 8 Free & Best jQuery Rating Plugins. These plugins are easy to use and can be implemented in your website for any kind of Poll, Vote or to include ratings. Enjoy!!!!Related...
View ArticleCreate Collage using jQuery
In this post, find out how to create a collage using a jQuery plugin called "CollagePlus". This plugin for jQuery will arrange your images to fit exactly within a container. You can define the padding...
View ArticlejQuery to redirect page after specific time interval
You must have come across any website which uses a webpage with some annoying advertisement and a message that says "You will be redirected to actual page after X seconds". This can be easily...
View ArticleRemove Weekends From jQuery UI Datepicker
In this post, find jQuery code to remove weekends rather than disabling them from jQuery UI Datepicker. This is quite useful when you don't want to allow users to select weekends. To disable weekends,...
View ArticleIgnored powerful shortcuts of jQuery
Many developers ignore shortcuts and power of jQuery and I myself being a victim of some of the useful, handy but yet ignored shortcuts of jQuery. These are not some advance or complex shortcuts but I...
View ArticleUse protocol less URL for referencing jQuery
Learnt something new today and thought of sharing. Most of us, include the reference of jQuery library (if Google CDN is used) like...
View ArticleLatest jQuery Plugins released in June 2013
Today we bring a list of latest jQuery plugins released in June 2013. These plugins are fresh, interesting, simple and lightweight. You may find them useful for your next project!!!Related Post:50+...
View ArticlejQuery: How to Strip/Remove HTML tags
In this short post, find jQuery code to strip/remove HTML tags. To remove HTML tags, use text() function which returns only the text content and ignores the HTML...
View ArticleLatest jQuery interview questions and answers
Below is the list of latest and updated jQuery interview questions and their answers for freshers as well as experienced users. These interview question covers latest version of jQuery which is jQuery...
View ArticleDownload jQuery Interview Questions free eBook
Free eBook to download jQuery interview question and answers in PDF format. These are the question which You'll Most Likely Be Asked in an interview. This is a same list which few days ago, I had...
View ArticlejQuery: Select all readonly input type textbox
In this short post, find jQuery code to select all readonly input type textboxes present on the page.$(function(){ $(":input[type=text][readonly='readonly']").val(""); });However, if you have single...
View ArticleDetect Scroll Position (Up/Down) using jQuery
Below jQuery code detects whether user is scrolling up or down in the webpage. var iScrollPos = 0; $(window).scroll(function () { var iCurScrollPos = $(this).scrollTop(); if (iCurScrollPos >...
View ArticlejQuery: Restrict occurrence of specific word in textbox
Below jQuery code allows to restrict user to enter any specific word only once in textbox. For demo, I have used "article" word and it should occur only once in textbox. The code also makes case...
View ArticleDifference Between jQuery().each() and jQuery.each()
jQuery has 2 different methods jQuery().each() (Also written as "$.each()") and jQuery.each(). Both the methods are similar in nature used for iteration or looping but the differ only at the level...
View ArticlejQuery Cheatsheet from version 1.0 to 1.9
Cheatsheets are quite handy and useful. And found a website where you can find the jQuery cheatsheets from 1.0 to 1.9. And one interesting thing about these cheatsheets is that it shows what was added...
View ArticleASP.NET GridView + jQuery Tips and Tricks
Find ASP.NET GridView and jQuery tips and tricks which can make this control more effective and user friendly. These tips and tricks will help to make this control look more elegant and also allows you...
View ArticleLatest jQuery Plugins released in July 2013
Today post is round up of latest jQuery plugins released in July 2013. These plugins are fresh, interesting, simple and lightweight. You may find them useful for your next project!!!Related Post:Cool...
View ArticleDownload World Fastest HTML5/jQuery Grid Free
This powerful Grid is at the core of the Ignite UI HTML5 control toolset, which offers stellar Data Visualization and rocket-fast performance for hybrid HTML5 development across every browser,...
View ArticleLife of Geek, techie or Software developer these days..
Below picture describes how is the life of Geek, techie or Software developer these days. Thanks to Smartphones.Feel free to contact me for any help related to jQuery, I will gladly help you.
View ArticleUsing jQuery with ASP.NET
As this post is about "using jQuery with ASP.NET" so we will not be looking into "What is jQuery" and "How to use jQuery" assuming you know basics of jQuery. If not, then please read "Learn how to use...
View Article