jQuery basically have following type of events:
Document Loading.ready() Indicates that DOM is fully loaded that mean all controls and it's hierarchy is fully loaded .This is the best place to do all event handling and jacascript/jQuery code manipulations.
Example: $(document).ready(function()...