is this correct use of jquery's document.ready?
- by Haroldo
The below file contains all the javascript for a page. Performance is the highest priority. Is this the most efficient way? Do all click/hover events need to to be inside the doc.ready?
//DOCUMENT.READY EVENTS
//---------------------------------------------------------------------------
$(function(){
// mark events as not loaded
…