[jQuery] Problem with load event

2010-02-23 Thread Hubbitus
I have simple document: $(document).load(function(){ alert('Document loaded')} ); $(document).ready(function(){ alert('Document ready')} ); $(document).live('load', function(){ alert('Document loaded (live)')} ); But from 3 attached events on page load fired only one - $(document).ready. I ev

[jQuery] Problem with .load

2008-07-02 Thread Eric Snyder
I have the following code: $(document).ready(function(){ $("#FilterSubmit").click(function(){ var $pagename="http://www.agreatyouthmentoringorganization.net/includes/publicProfiles"+$("#gender option:selected").val()+$("#location option:selected").val(); $("#FilteredProfile