In this post, I have attempted to create custom jQuery code to show the tooltip on mouseover event. Create a DIV element Ceate a div …

Simple Script in PHP to Drag and Drop jQuery UI and Store Result in MySQL
jquery drag and drop example with php and mysql
PHP IMAP Script to Read Outlook Email Inbox
Here is a simple PHP script to read the email inbox. This code also contains PHP script to read an outlook inbox mail received from …
How to create a jQuery plugin with options
Skip to… jQuery plugin with customization parametersHow to initialize jQuery plugin: Here is the complete code for JQuery Plugin Defaults and Options : Check out the …
How to create a jquery plugin
Let us create a simple “jquery circle plugin”. create a div in you index page, this is our div element which animates later as a …
Simple jquery image gallery script
Lets see a jquery image slider code with image titles or jquery carousel slider example. jquery image slider code features Supports any number of images. …
Page scroll for ipad-android device using javascript-jquery
In the last post we had written about swipe detection using jQuery mobile. We are really inspired by iPad page scroll UI, it looks so …
How to install addons offline in Mozilla firefox
First, You need to go the download page of the addons that you want. rightclick on the download button and save link as in the …
Swipe detection for android-ipad device using jQuery mobile
Here is the most simple script to detect the browser swipe feature using jQuery mobile for android and iPad devices. of course, we can work …

PHP code to connect multiple MySQL server,multiple database simultaneously
Have you ever tried to connect two different servers and tried to query MySQL database located in each server to produce a single result from …