Questions tagged as 'html'

1
answer

Problem loading image in HTML (Performance)

While the script is downloaded and run, the entire parser process of the DOM is blocked, this prevents rendering of the rest of the page. And this applies to every script tag on the page. OnewayIfoundto"work around" this problem was to put all J...
asked by 08.06.2015 / 14:26
1
answer

HTML Print - PHP

Next ... I have an HTML structure formed by TABS, the style of these link: link However, when printing with Ctrl + p, it only calls the TAB that is Active. How do I print the contents of all TABS? <div class="col-md-6"> <div cla...
asked by 20.05.2015 / 19:57
1
answer

Container that adjusts to 100% height and width of window size

I wanted to create a container or a secção that automatically adjusts to the size of the height and width of the screen, which even when resized the secção suits the size of this, followed by another type of content just bel...
asked by 20.05.2015 / 03:24
2
answers

$ .GET JQuery Doubt

I have method: RepoApi.prototype.getContributors = function() { var returnList = []; $.get(this.url).done(function(response) { console.log(response); returnList = response; }).fail(function(response){ cons...
asked by 05.05.2016 / 17:14
2
answers

Switching between List and Gallery

What I want to create is similar to Grid view used on Mercado Livre systems. It would be a javascript function that toggles between a List or Gallery , using the same data in table form .    Exposing the doubt - I suppose to...
asked by 09.05.2016 / 07:13
1
answer

city state JQuery selection error

JQuery: $(function() { $(document).delegate('#estado', 'change', function() { var valor = $('#estado').val(); $('#cidade').load('_requires/cidades.php?estado=' + valor ); }); $(document).delegate('#cidade', 'change', function...
asked by 27.04.2016 / 16:52
1
answer

Element inline

Hello, I wanted to take a question because an element <a> inline does not work padding-top a{padding-top:80px;background-color:#2c3e50;text-transform:none;color:white;}     
asked by 01.05.2016 / 07:06
1
answer

Recover css with jQuery

Galera I mounted a table where I right click and the line turns yellow, and displays a menu. Everything works 100%. The problem is that when I click somewhere else and the menu closes and the background color of the line turns white. How do I re...
asked by 03.05.2016 / 22:52
1
answer

Open html page in the modal

I have the following html pages: cadastrocliente , cadastroadirectory and cadastrocontact . In my customer register I have two buttons: id="btnCadastroEndereco" and id="btnCadastroContato" . When I click on these buttons...
asked by 29.12.2017 / 14:35
2
answers

Real-time account for table generated with jQuery

I'm having trouble letting the multiplication of quantity * price in a dynamically created table. Better to explain, is to show. Here is the code in jsfiddle: link HTML <div class="container"> <div class="row...
asked by 18.12.2017 / 23:08