Jquery UI Draggable problem with IFRAME

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manjjujan
    New Member
    • Mar 2013
    • 1

    Jquery UI Draggable problem with IFRAME

    HI..
    I have an iframe inside the DIV element.
    EX::
    Code:
    <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:tru e}). that too not working.
    Last edited by acoder; Mar 5 '13, 11:39 AM. Reason: Added [code] tags
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    we probably need to see more code to give any advice. how do you apply the events? where is the JavaScript code defined/included?

    Comment

    Working...