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.
I placed Id just for an example..Instead of Id i used user-defined attribute... like<span FW="CONTAINER_TYPE">
i did not have more than one attribute with same Id...
I have more than one attribute with same user-defined attribute... <span class="adsblockElement adsflLeft adscursorPointer adspieGraphSelect" FW="CONTAINER_TYPE" TYPE="PIE" ></span>
<span class="adsblockElement adsflLeft adscursorPointer adsbarGraph" FW="CONTAINER_TYPE" TYPE="BAR" ></span>
It is working fine for selecting items with one selector.
But when we use two selectors($(th).find("span[FW='CONTAINER_TYPE'][CLASS$='enableBtn']")) to select an item it does not works in IE7