Questions tagged as 'bootstrap'

1
answer

Bootstrap - Always show the sidebar

Good afternoon, my friends. I just downloaded a Dashboard bootstrap template through this link , item 6. I expected the side menu to look like this, always visible on the left: But it came hidden, having to click the button to expan...
asked by 11.07.2017 / 19:18
1
answer

header bar does not redirect correctly

In a template I'm using, it's all responsive in any size. As I am adjusting it to my site, only the header bar is not working properly, as I show in the gif. If you have the programmer mode open, immediately small, and open to larger size,...
asked by 21.06.2017 / 12:57
2
answers

Show different images as selected in select

Hello, I would like to change image and information according to selection in select each option, as in the example. <html> <body> <div id="our-team"> <div class="container"> <div class="text-center"&g...
asked by 12.06.2017 / 19:32
1
answer

Transition between clicks on href bootstrap link

I would like it to click on the contents, it disappears smoothly and shows the other content. Just the way I'm doing, it pops up, disappears, and appears. var codigo = 0; $('.btn-news').on('click', function () { var news = $('.n...
asked by 25.05.2017 / 21:53
1
answer

Spring mvc bootstrap

asked by 19.05.2017 / 03:37
1
answer

JavaScript function does not work after else if

To contextualize: The code is a page with some RadioBox where each one must have a function and each one show different HTML elements depending on the need (this worked perfectly). The problem is that in ready() function the code d...
asked by 02.06.2017 / 02:38
0
answers

Set the first column and header of an HTML table

Hello, I have this fiddle exemplifying exactly how my table is: What I'm trying to do is, besides keeping the first column fixed, as it is exemplified in the fiddle, where I followed an example here from the community, I would like to also...
asked by 12.05.2017 / 16:24
1
answer

Can you make an event after a Javascript impression?

I would like to do a post impression action, ie only when the user confirms the impression that the javascript will execute a scheduled event. If I put an event under window.print() javascript executes even without the user having printed...
asked by 12.05.2017 / 16:31
1
answer

Tabs making the dropdown close

Someone can help me, I put the tabs inside a dropdown and when I change the tab the dropdown closes.                 Login                                                                         Login New               Post new topic Reply t...
asked by 20.04.2017 / 21:47
1
answer

Create event click for dynamic button

I'm dynamically adding rows to a table, but I can not seem to make the dynamically-created button work. Below is the section where I create an ajax request to add a row in my table: $("#btnitemproduto").click(function(){ var xml...
asked by 30.04.2017 / 18:14