This is a migrated thread and some comments may be shown as answers.

Tab strip not working in Microsoft edge Browser

1 Answer 127 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sandy
Top achievements
Rank 1
Sandy asked on 22 Sep 2016, 06:33 AM

Hi ,

 I have a tab strip with five "li" tags.Two tabs contains grids in it.The last tab which is also having the grid is not loading as it is not hitting the "onTabSelect" function.

All other tabs are hitting this function but last one does not.This is happening only in Microsoft Edge Browser.

function onTabSelect(e) {
    $("#load").text("Loading ...");
    uncheckedSelectedTab();    
    if (e.item.innerText == "ABC") {
        Method1();
    }  //Added for 105423 - end
    else if (e.item.innerText == "DEF") {
        Method2();
    }
    else if (e.item.innerText == "PQR") {
        Method3();
    }
    .....
}

 

Please help.

 

Regards,

Sandhya.

 

1 Answer, 1 is accepted

Sort by
0
Sandy
Top achievements
Rank 1
answered on 22 Sep 2016, 09:15 AM
It is resolved
Tags
TabStrip
Asked by
Sandy
Top achievements
Rank 1
Answers by
Sandy
Top achievements
Rank 1
Share this question
or