Jquery UI Draggable problem with IFRAME
HI..
I have an iframe inside the DIV element.
EX::
<div id="UPGRADE_LICENSE" style="display:none;width:575px;">
<iframe id="UPGRADE_LICENSE_SRC" scrolling="no" width="100%" height="550" src="/html/blank.html" frameborder="0" align="center" ></iframe>
</div>
Inside the Iframe i have a div and onmousedown function on it.
that function not working...
I used draggable() function.
Inside that function i tried draggable ({iframeFix:true}). that too not working.