How to detect ascii value/char code of keys when they are pressing.This is simple.JQuery allows to process the event handlers.You must first get the jquery events.js file.
Category: JQuery
JQuery examples,scripts,demos and download JQuery full source codes.JQuery live demo,JQuery best tricks,JQuery easy methods,JQuery browser compatible methods,JQuery error handling methods and more information you can available from here.
JQuery get selected radio button value
How to get user selected value in the radio button using JQuery.Here tested easy best methods to selected radio button value.
Get twitter followers list with each followers count using JQuery-JSON
Get twitter followers list with each followers count using JQuery-JSON.This is easy and can be get given user’s twitter followers list with each followers count without using any PHP code.See this following diagram.You can understand this better from it.
JQuery creating smart countdown timer
This post is describing how to create countdown timer using JQuery.If you already have a knowledge of java script time,date functions this is very easy job.OK.We’ll see how to create countdown timer using JQuery.
JQuery sticky scroll plugin example
This post is explaining how to create sticky scroll element using JQuery.When scroll the page this element is placed fixed position.This is happening nicely animating. Simply add this JQuery sticky scroll plugin.html code is like this.
JQuery check page is fully loaded or not | $(document).ready() vs $(window).load()
How to check web page is fully load or not using JQuery.First you must understand JQuery document.ready and window.load functions.Here this is simply describes also differences between document.ready and window.load functions and usages.
JQuery check element is visible or not
How to check html element is visible/display or hidden using JQuery.This is very easy job.JQuery is() function can be easily use to this.Look at these examples.Those are perfectly working and responding all browsers.
JQuery scroll page top and bottom
This post is explaining how to scroll down to bottom or scroll up to top of the page or iframe using jquery.This is happening slowly animate to bottom and you can set time to scroll it.
JQuery get drop-down box selected value
How to get user selected value in the drop down box/combo box.Here tested easy best methods to get combo box value.
JQuery disable right click event
Q-I want to disable right click event in my web pages. This can be done by using JQuery preventDefault() function.Here is a example, it working for all web browsers.