Questions tagged as 'html'

1
answer

Change which type input appears

I have a code that does form with questions and various types of response ("text, radio, check-box") and would like a code with jquery to put in my html that when the person select text- shows input type="text" and hides input t...
asked by 18.09.2017 / 02:01
1
answer

Insert data into the chart

I have the following code: window.onload = function () { var chart = new CanvasJS.Chart("chartContainer", { title:{ text: "Desktop Search Engine Market Share, Dec-2012" }, animationEnabled: true, legend:...
asked by 19.09.2017 / 17:26
1
answer

How to add an email mask inputmask in an input field inside a table?

How to add an email mask inputmask in a input field within a dynamically created %% table? Example: <tr role="row" data-row-index="0"> <td class="text-center"> <input id="chkSelecionado" type="checkbox" />...
asked by 19.09.2017 / 18:57
1
answer

I can not use the donut and pie style with chartjs!

So guys I'm using chartjs on a system here, but the pie and donut style does not display on the system. I imported the CDN's: <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.0/Chart.bundle.js"></script><scriptsr...
asked by 28.09.2017 / 15:20
1
answer

Why can not I create the div in the right place?

@media (max-width: 1200px) { .navbar-light .navbar-toggler { font-size: 30px; display: inline !important; border: none; } #menu-exp { display: none; } .navbar-toggler { text-align: cente...
asked by 06.10.2017 / 15:59
1
answer

PHP function in the action of an input text

Is it possible to call a php function within the action parameter of my form? <!--FILTRO FLUTUANTE --> <div id="mws-themer"> <div id="mws-themer-hide"></div> <div id="mws-themer-content"> <d...
asked by 20.09.2017 / 22:14
2
answers

Use the pre Within a PHP TAG of a value html

Good evening guys. One more trick that I'm in doubt on my system. I've done everything at the beginning of the page with PHP to search my database. But there's a field I'm bringing through the mysqli_fetch_array that I need to bring in the or...
asked by 22.09.2017 / 01:56
1
answer

Align footer for a div, with the footer of another div

Well guys, I'm doing a web project using bootstrap. I would like to know the following: I have a div, where the amount of elements inside it (inputs) is less than a second div, on its side (both with col-md-6 inside a row). The image below il...
asked by 21.09.2017 / 20:02
0
answers

I can not get file name and save to database

I'll be more specific, I have the system that works as follows, it scans a folder and takes all the txt files from the folder and shows me in the form of a link, clicking on the link it shows me what's inside txt files. I have a form that should...
asked by 21.09.2017 / 21:56
1
answer

separate divs HTML

Hello! Using the bootstrap, can you tell how I can align the divs? (Col-md-6)? But in the first half, I need to split the grid into two. <div class="col-md-6"> <div class="row"> <div id="dados-devedor">...
asked by 14.09.2017 / 22:59