I'm migrating a desktop system to the web, we already have a great part ready, I would like to upload it and call what is not yet ready for the application by the browser, I would like a help, in the following question what is the best way to do...
I have the following script, which blocks all typing in an input, forcing the user to use DatePicker made available:
$(".readonly").keydown(function(e){
e.preventDefault();
});
In this same script,...
It's not really a question, it's an aid. I've been searching PIS / PASEP mask and did not find it so it was the way to implement it.
I'll put the answer below.
Hugs.
Hello, I would like to type change the next field next, in case it would be the name, I would type the name in the input and it would change the letters (type autocomplete), and when the user select the image it could do a preview, I think it...
I'm trying to make a PivotTable for editing the data without refresh, but by double-clicking the line nothing happens, it follows the JQuery code
$(document).ready(function(){
$('#tblEditavel tbody tr td.editavel').dblclick(function(){...
Given the following code snippet:
<div class="ui stackable inverted blue container menu">
<a class="item" href="/menu">
logo
</a>
<a class="item" href="/menu">
<i class="large settings...
Good afternoon,
I started shortly to evolve my html + css for creating web pages will anyone be able to give me a hint how to do what is requested in the image below? .
Basically when we click on the area where the arrow in the right corner...
I have a table whose first column is an input and the rest of the columns is a group of radio buttons. This first input can only be informed values from 1 to 4. The Radio buttons start disabled, and can only be selected if the input value is 3 o...
Well, I'll try to explain as best I can, I know this can be simple but at the same time I do not know how I can do this ...
Let's say that in my Header I have a 'bar' that I would like to appear on all the pages that I pull the LESS header in...
I have a question about divs with imagens inside, in this case, the question is:
If I have a div , with 400x400 , how do I make an image with 200x400 (or other resolution) occupy the total size of div ,...