Search Content

Articles Categories


Advertisements

Partners


Blog Tags


Popular Articles


The document ready handler of jquery
2008-05-23 02:28:36

When embracing Unobtrusive JavaScript, behavior is separated from structure, so we’ll be performing operations on the page elements outside of the document markup that creates them. In order to achieve this, we need a way to wait until the DOM elements of the page are fully loaded before those operations execute. In the zebra-striping example, the entire table must load before striping can be applied.  Read more

Posted into JavaScript Tutorials / 0 comments »