Grouping elements on mouse over, for example, If You have two div elements div#leftBox and div#rightBox, div#rightBox containing a …
Topic Archives: Javascript
JavaScript – Floating-Point Rounding Error
In JavaScript the floating-point values includes a decimal point and at least one number after the decimal point. The floating-point …
jsFiddle – An Online Editor for JavaScripts, HTML5 and CSS3
Recently I was thinking about to design a Live editor for CSS and HTML, while googling I found an amazing …
Simple Page Overlay using jQuery and CSS
Simple script for page overlay using jQuery and CSS property. It will place a div after the body tag, and …
MouseOver Auto Scroller Menu Using jQuery and CSS
On Mouse Over auto stroller menu using jQuery and CSS. The menu is build with ul li elements, menus are …
XPath in JavaScript, PHP, ActionScript and jQuery
XPath, the XML Path Language, is a query language for selecting nodes from an XML document or we can say …
jQuery Notification Message like StackOverflow
Here is the source code of the notification message like in stackoverflow. Make it easy with jQuery and CSS. Place …
Detect iPod, iPad and iPhone Using JavaScript
JavaScript code to detect the user-agents of iPhone, iPad or iPod.
if (/iPad|iPod|iPhone/.test(navigator.userAgent)){
// do ur stuffs for apple
}else{
// do ur stuffs …
Include js files inside a js file
Some times you want to include or load other .js files inside another .js files or on document. JavaScript doesn’t …
jQuery UI DatePicker Disable/Enable Specified Dates
We all are familiar with jQuery UI DatePicker, it have many options to customize the functionality. Instead of that we …
Simple Image Gallery In jQuery
jQuery plug-in for a simple image gallery “simpleGallery()”. This will load all the images to the gallery container, then the …
jQuery Shaky/Vibrating Menu
A simple Vibrating menu with jQuery and CSS. I used the ul li pattern to make the menus. When we …
Dojo: Image Slideshow
Here is a simple image slide-show using Dojo and HTML/CSS. The SlideShow panel contains the Images and Description. All the …
Vertical Floating Menu With Accordion Effect Using CSS & jQuery
It is a combination of 3 types of menu styles, Floating, Sliding and Accordion with the css and jQuery. The …
Javascript Common Escape Sequences
It’s better coding practice to use escape sequences, because they make your code easier to read. Escape sequences are also …
JavaScript: The Good Parts – Speaker: Douglas Crockford
JavaScript is a language with more than its share of bad parts. It went from non-existence to global adoption in …
