Manju R Sankar

Greenhorn
+ Follow
since Mar 14, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Manju R Sankar

Found out the reason..

If there is sticky-table-header in table , md-menu-item not working.

Can't find the FIX.


yeah.. tried with md-menu-item also.. but not working....

if the method is outside md-menu, then it is working...

Manju R Sankar wrote:

Hi,

I have menus which is listed in Table row using ng-repeat (angular).

There are ng-click functions inside the md-menu-item. that functions are not called by them..


Need to know what is the issue.

and also will it work or not.

Hi,

In IE9 <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> make the browser document mode to the latest version of IE(IE9).

But in IE10 it goes to Standards mode.

How can we make it to load in IE10 Standards?

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.
Finally i got it..
It is a case sensitive issue...

I used 'class' insteadof 'CLASS' and it worked out.

Thanks for reply.......
HTML:::
<div class="adsflLeft" style="display:block" id="TYPES">
<span class="adsblockElement adsflLeft adscursorPointer adspieGraphSelect" FW="CONTAINER_TYPE" TYPE="PIE" ></span>
<span class="adsblockElement adsflLeft adscursorPointer adsbarGraph" FW="CONTAINER_TYPE" TYPE="BAR" ></span>
</div>


JQUERY::::
alert($('#TYPES').find("span[FW='CONTAINER_TYPE'][CLASS$='Select']").attr('TYPE'));

It returns 'undefined' in IE7...
When we use multiple selector like above([FW='CONTAINER_TYPE'][CLASS$='Select']).....

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
JQUERY selector not working in IE7 but worrking in IE8 and all other browsers..


Example:::
$(th).find("div[ID='CONTAINER_TYPE'][CLASS$='enableBtn']").attr('TYPE');
Thank you for your reply.......
Thank you for your reply...

i got it by seeing the code.....


thank u... bye.....................

from where i can know about cewolf taglib in detail?

can you send the link?