So, I'm making a custom selects system with the datatable, but the request only processes once.
Example of my php, js and html
<div class="input-group has-feedback" id="divCidade">
<div class="input-group-addon">
<...
How to increase the resolution of the stroke when drawing with Canvas on the Touch Device.
I can increase the thickness of the trace, the color of the same but when I make a circle leaves some parts straight or square.
var canvasWidth = 30...
I'd like to know how you can customize the div to make it "cross", as in the image below, where the top-left and bottom-left of the orange div are half cut.
I have a carousel created with only CSS, but I have identified some difficulties. All images are in the 4: 3 aspect ratio and can have up to 640x480 px (that is, they may be smaller than this value), so:
I can not center the next and previ...
One of the systems I work with was analyzed by a security team and among some security practices they recommended, was the inclusion of autocomplete="off" in elements input of type password .
I would like to know if this w...
How do I when I select the Leader option , javascript does not allow another function to be selected (multiselect)?
The scenario is as follows: Each select represents the roles of each user.
The user who is selected as Leader , can n...
I'm studying css and challenged myself to create a reproduction of an image that follows:
Iwasabletodosomethingsimilar,butIcouldnotworkthesamewayinInternetExplorer,Isawsomeexamplesusingdisplay:tableandposition:relativebutIdidnotsucceedinacro...
How do I manipulate in the backend using multiple input 's with the same name ?
For example:
<input type='text' name='telefone' ><br>
<input type='text' name='telefone' ><br>
<inpu...
I have an HTML file with multiple tables throughout the code. The function of this file is to export these same files to other HTML files (one file per each table). So this file works as a kind of information bank where I later want, I just have...
Hello, I do not have much experience with js and I have a problem, I think it's silly, but I've tried to solve it for days and I can not.
I've created a list of HTML elements with the following structure:
HTML
<ul id="NumerosAdicionado...