Quantcast
Channel: Jquery UI Resizing issue - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Jquery UI Resizing issue

$
0
0

I have some re-sizable divs on my page but I am having issues when I re size them. The Jquery UI works fine, there is no problem moving them around or re-sizing them, but when they are re-sized, the div below them acts as if they are no longer present, and it jumps up to their place. This only happens when they are re-sized though, moving them will not cause this. Here is a fiddle with my issue: http://jsfiddle.net/367wm/

JS:

$(document).ready(function() {    $( "#header" ).draggable();    $( "#h-window" ).draggable();    $( "#p-window1" ).draggable();    $( "#p-window1" ).resizable();    $( "#p-window2" ).draggable();    $( "#p-window2" ).resizable();    $( "#p-window3" ).draggable();    $( "#p-window3" ).resizable();  });

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>