Possible Duplicate:
jQuery - is it bad to have multiple $(document).ready(function() {});
Can you have multiple $(document).ready(function() sections?
I would like to know if it's allowed to have multiple instances of:
$(document).ready(function(){
})
on one of several pages ?