Questions tagged as 'html'

2
answers

call an .exe in javaScript or html [closed]

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...
asked by 30.05.2017 / 22:02
2
answers

Only allow delete key

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,...
asked by 09.08.2017 / 21:11
1
answer

Text field formatting for PIS / PASEP

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.     
asked by 08.03.2017 / 20:04
2
answers

Change Field Dynamically

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...
asked by 08.02.2017 / 16:30
1
answer

Editable table with jquery and php?

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(){...
asked by 31.01.2017 / 20:26
2
answers

CSS Hide Elements using css only

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...
asked by 13.12.2016 / 02:18
3
answers

Html + Css creation of frequently asked questions

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...
asked by 05.12.2016 / 19:20
1
answer

Disable Radio Button from a table based on the value of an input

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...
asked by 24.10.2017 / 20:23
1
answer

Do not pull information only in index

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...
asked by 27.10.2017 / 15:45
2
answers

Images in divs

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 ,...
asked by 10.01.2017 / 15:04