JQuery UI Sortable calling document.ready of include jsp while moving divs.

JQuery UI Sortable calling document.ready of include jsp while moving divs.

Hi,

Currently I implement jquery sortable in my application to move the divs around. In those divs I have included some jsp which has their own document.ready. After implementation I put alert box on included jsp's document.ready function for testing. So the problem is when I am moving my div inside the sortable list it  calling document.ready automatically. Any idea? How I can fix this problem.