Most voted "tabs" questions
12 questions
Sort by count of
-
2
votes2
answers1087
viewsOpen a tab by clicking on the navbar link
I have a navbar that has several links to the same page that has 3 tab. I need that by clicking on a navbar item it opens the page with the specific tab selected. I tried to do so (but it didn’t…
-
1
votes3
answers265
viewsEffect of unwanted scroll
I’m using the tab of the materialize, the switch works normally, but every time I click on a tab moves the page to the top, I don’t know why, I believe it has to do with the smooth scroll effect,…
-
1
votes1
answer37
viewsSeparate tabs on a page
How can I make a double tab on the same page, keeping the contents open and only switching between each double? I just want to switch between the content of London and Paris / Tokyo and Dublin, but…
-
0
votes0
answers45
viewsBrowser tabs control with javascript
Good evening. on my website I have a list of links that open with a target='_new' What I’m trying to do in javascript or jquery is that when any of these links are clicked it will open the other…
-
0
votes1
answer38
viewsCreate tab using images on button
I need to create a TAB block for my site in wordpress, there are several plugins that help in this, but do not discover any that I can use images on the button. They’re usually icones, but my client…
-
0
votes1
answer45
viewsRemove jquery tab bottom line
I’m trying to remove the bottom line of a tab, but I haven’t been able to Follow this tutorial and nothing. When placing my code, the line cuts the text <html lang="en"> <head> <meta…
-
0
votes1
answer562
views -
0
votes3
answers2286
viewsHow do I change the color of the iontabs?
I would change the color of the ion tab, I managed to change the color of the icons and the text, but the tab itself I can not modify, I am very beginner in IONIC 3. I will show the code until then.…
-
0
votes0
answers20
viewsChanging a route parameter
I have an app Ionic in which I use tabs with two different pages and I have to pass parameters to them. <ion-tabs #myTabs color="credisis" *ngIf="pagador"> <ion-tab tabIcon="person"…
-
0
votes0
answers94
views -
0
votes1
answer218
viewsAdd indicator in Materialize CSS tabs
Good morning, I am with the following nescessidade, I have a project where they existed many tabs made with materialize css, but on small screen devices the tabs are hidden to the right of the…
-
0
votes1
answer34
viewsAdd class by selector only in the first tab of Tabs when loading page
I have here a tab navigation template that consists of adding a class ".active" in the tab when you click. So far everything is perfect. However, I need the first tab to always be active when…