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
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
2 matches
Mail list logo