Event Delegation and Event Bubbling are two important concepts in JavaScript. If you don’t know what Event Bubbling is please learn it here.
Event Delegation is a mechanism in which instead of adding event handlers to all elements in DOM tree we attach event listener to their parent and handle all events in [...]
We all use JavaScript on daily basis to write events that gets triggered when someone interacts with our site and that interaction can be of any form from mouse click to keyboard’s key press and from changing value of selectbox to check / un-check checkboxes. We all love events as they provide us a convenient [...]
We humans use Decimal Number System in our daily life whereas our computers use Binary Number System for all of their processing. Sometimes we get into situation where we need to convert some value from one number system to other.
Converting a Decimal value to other Number Systems is dead simple in JavaScript. Let me [...]
How to disable link’s default behavior on click

Tags
Ad ADT Adword AJAX Android API balancing Binding Calling Class Column Configure Copy Curl Data Database Eclipse Error Gadget Google Hello ini ini_set Install Invite Javascript Late Linux Load Master Method MySQL Output PHP Playground Proxy Replication SeaMonkey Server Slave Static String Table Ubuntu upload_max_filesize

