I am using jquery ui draggable in order to make a fieldset draggable by user, the whole page is loaded inside an iframe. the problem is that I can drag the fieldset outside the iframe borders, how I can stop that?
<iframe src='test.html'></iframe>
test.html
<html>
<script>
$(".draggable").draggable();
</script>
<fieldset id='draggable'>testing</fieldset>
</html>
Use the UI
containmentoption