Questions tagged as 'bootstrap-3'

1
answer

How to insert HTML elements in a bootstip Tooltip?

I have a code that generates a tooltip with a small message and makes it disappear after 2.5s. var msg ="Oops! Essa é uma mensagem pequena"; $('#addItInfo').attr('data-original-title',msg); $('#addItInfo').tooltip('show'); setTimeout( function...
asked by 26.05.2016 / 20:33
1
answer

Placing a form-inline inside a panel-group and continuing all elements in-line

I can not align "Collapsible Group Item # 1" with the "form (s)" as seen in this example: link I tried to put the 'in-line' class in some parts of the code hoping to align, but it is not working. Somebody save me? =)     
asked by 18.01.2016 / 16:07
1
answer

Dropdown menu from Bootstrap in asp.net site only works on the main page, what can I do to fix it?

The dropdown menu apparently works on the main page, but when I'm on another page and I'm going to use it it does not work! I already checked if the HTML code is generating with jQuery and I did not see anything strange. What to do? <...
asked by 17.06.2015 / 04:29
2
answers

How to customize scroll bar in div? [duplicate]

I have a menu that uses Bootstrap offcanvas but I wanted to style its scroll bar in the style of Facebook chat.     
asked by 13.10.2015 / 21:07
1
answer

What components should I use for color selection and photos in ASP.NET?

I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types: One for color, which returns the color code in hexadecimal, for example: ffffff or #ffffff; And one for uploading photos, i...
asked by 18.09.2015 / 21:07
2
answers

Centralizing #Menu #Nav on page with circular shapes?

ThisistheHtmlforthissection:home#home.scrollbrbr.container.rowa.scrollhref="#oquee" .cir O que é a.scroll href="#local" .cir Local a.scroll href="#convidado" .cir Convidado a.scroll href="#contato"...
asked by 06.04.2015 / 19:49
1
answer

Get value from date-attr and insert into another element

I have a dynamic listing with PHP, and when I click on a "< tr >" of the table that is listed, it should open a modal with various information. What I want to do is assign certain values of the listing to Data-attributes, and with Jquery,...
asked by 11.05.2018 / 02:55
1
answer

How to have two checkbox components inside a row with a title

I am new to HTML / CSS / Bootstrap and am having a question about how to put two checkbox components inside some kind of container with a title. Am I doing it the right way or is there another better way to do it? My components look like this:...
asked by 16.11.2018 / 23:54
3
answers

I need to clone the contents of a div and put it in the form of my modal

Good afternoon guys. Again I turn to you about a problem I have. I need to use the syntax below in a modal. $("#divConsulta").clone().appendTo($("#formFruta")); In the line below when clicking, I open my modal with the data form to updat...
asked by 16.12.2016 / 16:29
1
answer

Allocate search box in default Bootstrap navbar

I'm having trouble allocating a search box in the bootstrap. I'm trying to allocate it in% default%, at the top right-aligned. My intention is that at each screen, I can modify the parameters for the field to work with each type of search like:...
asked by 25.05.2016 / 04:02