Get Solved
  • Home
  • Web
  • Database
  • Desktop
  • Mobile

How to use Event Delegation in jQuery to optimize User Interface

By ilatif.bwp On April 17, 2013 · Leave a Comment

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 [...]

Continue Reading →

How Event Bubbling works in JavaScript

By ilatif.bwp On April 16, 2013 · 1 Comment

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 [...]

Continue Reading →

How to convert Numbers to other Number Systems in JavaScript

By ilatif.bwp On April 4, 2013 · Leave a Comment

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 [...]

Continue Reading →
HTML JS CSS

How to disable page jump while clicking on anchore

By Naveed On May 21, 2010 · Leave a Comment

How to disable link’s default behavior on click

Continue Reading →
  • Ask questions
  • Categories

    • Database (3)
      • MySQL (3)
    • Desktop (3)
      • Linux (1)
      • Unix (2)
    • Mobile (2)
      • Android (2)
    • Web (13)
      • API (1)
      • Javascript (4)
      • PHP (4)
      • Product (2)
      • Python (1)
  • 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

Get Solved

Pages

The Latest

  • How to use Event Delegation in jQuery to optimize User Interface
    Event Delegation and Event Bubbling are two important concepts in JavaScript. If […]

More

Thanks for dropping by! Feel free to join the discussion by leaving comments, and stay updated by subscribing to the RSS feed.
© 2011 Get Solved
Platform by PageLines