Questions tagged as 'html'

2
answers

How to apply responsiveness to texts?

I'm using the front end of a responsive site, I've read some materials on how to set up responsive sites, and I'm using 'EMS' instead of pixels in font sizes, but they do not change according to screen resolution. Ex: I stated in the body: body...
asked by 09.10.2014 / 21:15
3
answers

How to suspend the $ _GET parameter if the array is empty?

This tipo[] parameter is sent to the url even though it is empty. Is there a way to not send this parameter if no value was selected? <input type="checkbox" name="tipo[]" value="APARTAMENTO/APTO DUPLEX" id="tp1"> <label for="tp...
asked by 29.10.2014 / 15:20
2
answers

How do you make elements fit the text size?

I'm developing a website in which all pages have one with a title that varies in size, and in the same title there are two lines, one on each side of the text that has to fit the right size. I know it sounds confusing, but to explain it bette...
asked by 19.12.2014 / 20:43
1
answer

Get Page HTML and Send to Controller

Hello, I'm trying to get all the page html from the tag and send it to my controller, but I'm not getting it, it follows used code. function exportarExcel() { var url = '@Url.Action("ExportExcel")'; var html = $("body").html();...
asked by 18.10.2018 / 13:36
2
answers

Show button when checking checkbox

I need to mark the checkbox submit button. But as I have more than a checkbox when clicking on the second to mark the button, I would like it to continue to appear until it has no checked. How can I fit my code below for my need...
asked by 25.10.2018 / 18:56
2
answers

How do I update a page at a set time?

I need to refresh a page every 15 minutes, but with a set time (HH: 00 | HH: 15 | HH: 30 | HH: 45). I tried to do this ... <script> $(document).ready(function () { // Handler for .ready() called. windo...
asked by 07.12.2018 / 12:44
1
answer

Can I get an image of any directory on my PC to put on my HTML page? [closed]

Can I get an image of any directory from my pc, or can I just get images from the project directory only? I'm using JSF: h:graphicImage url="C:\teste\rcvp2_180420160013_0000000_1.jpg" />     
asked by 03.10.2018 / 21:49
1
answer

How to increase the distance to display icon that expands menu

I'm in an MVC 4 project, using bootstrap, and I want to know if I have to tweak the configuration so that the button that expands the menu appears on some larger screens. Thus: link There is some distance where that menu button appears,...
asked by 25.04.2014 / 20:11
2
answers

Use value of a select with JavaScript

I need to use the value of a select in an if, I currently have this: Esse seria o HTML: <p>Quantidade de vidas? </p> <select> <option value="vidas1" id="vidas">Mais 1000</option> <option value="...
asked by 11.12.2018 / 19:03
2
answers

How to check if Internet Explorer is smaller than version 10?

I need to do a browser check to see if it is Internet Explorer and if it is smaller than version 10. How to do it? PS: My idea is to tell the user if you are using a version lower than 10 that downloads a more current browser.     
asked by 11.06.2014 / 23:06