I try to position dialog boxes of Jquery ui with strict locations on website. I try to use them as little pop ups, goes around for a sec then repop them up at different location. However when I scroll my page, dialog boxes follow my viewport. I used this code to position them:
$("#bubble").dialog("option", "position", [xLoc,yLoc]);
Is there any way to give them strict locations?
Here you can check my website that I try on it. When you scroll down popups follow you :(