Questions tagged as 'html'

3
answers

Remove tags JQUERY

I need to remove the HTML tags from a variable, or do not interpret the HTML of this variable. The problem is that the variable has its value coming from an input, so: var msg = $('input').val(); As there is no way to get the .text...
asked by 01.07.2018 / 01:58
2
answers

Hover with image [duplicate]

There was no way, the slider arrows of the project will have to be png . Today I'm doing this (part of the code): .banner_home_inferior .owl-next { right: -6px; background: url(/images/setas_novas.png) no-repeat !important; backg...
asked by 17.05.2018 / 22:36
3
answers

Leave label side by side, bootstrap

Galera has difficulty putting the Name and Subject labels side by side, they simply will not     
asked by 09.05.2018 / 14:52
2
answers

JQuery DataTables - Number of Paging Numbers

I'm implementing DataTables pagination and I could not figure out how to change the number of paging number buttons. As you can see, we have 1 a 5 , or we could have 7 a 11 numbers of the Page, that is, always 5 numbers . I would...
asked by 10.06.2014 / 19:20
1
answer

Using a button or dropdown to separate the query by alphabet?

I'm using DataTable to better organize some spreadsheets of my system, but the client suggested to me that the paging buttons could be replaced with letters of the alphabet, instead of having botão 1 corresponding to pagina 1...
asked by 23.04.2018 / 21:48
1
answer

Is there any way to add Bootstrap tooltip to force?

I have a button on my site Wordpress , ie inside the post! Button: <a href="#" class="btn btn-primary btn-lg btn-block" id="butdedownlaodnovo" data-toggle="tooltip" data-placement="top" title="" role="button" target="_blank" aria-pr...
asked by 25.04.2018 / 10:09
2
answers

Column Responsiveness in BootStrap

I have two rows with two columns, the first column of the first row has an image, and the second column of that row has text. The second line has text in the first column and an image in the second. When responsiveness happens, there is image...
asked by 03.05.2018 / 19:36
2
answers

doubts to stylize an active link

I have 3 links the home that is first already with the class="active" as I do when I click on the next link it becomes active with class="active" and disable the others. .navbar-menu { display: flex; justify-content: center;...
asked by 24.04.2018 / 16:01
1
answer

Turn into ul

Hello, how are you?
asked by 06.05.2018 / 22:47
1
answer

PHP: How to convert a number into a string? [duplicate]

I have an application that generates a PDF receipt. But in the bank the values have to be converted into words BD | PHP 10 | TEN 15 | QUINZE 7 | SEVEN Is there a function that returns the string of a number in php?     
asked by 07.11.2017 / 14:13