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...
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:...
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" />...
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...
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...
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...
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...
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...
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">...