simple jquery question

simple jquery question

hi , IF i have



$(document).ready(function(){....} 



on my page and then i by using ajax i load another page inside DIV element of first page


and that page already has its own function



$(document).ready(function(){...}

will it cause any conflict on the page and will work or not