Questions tagged as 'html'

1
answer

Function is not removing the data!

//INSERIR function move_patr_seri(Origem, Destino) { var w_Cont_Qtde = 0; var w_Qtde_Peri = 4; var v_patr = new Array(); var w_valor = Origem.value; var w_tipo; w_tipo = "S"; if(Origem.name == "tx_patr")...
asked by 14.10.2014 / 14:25
1
answer

Compare values between tags and filter them by value range in check box?

How to make an Input when Checked filter the values between the tags? IN JQUERY <div class="Container"> <div class="Thumb-Produto" > <img src="http://www.oqvestir.com.br/Imagens/produtos/85/00048785/00048785_Vitrine.jpg"...
asked by 01.11.2014 / 19:16
1
answer

Setting up an image slider [closed]

I studied some HTML and CSS, watched some lessons on YouTube and doing the lessons of Code Academy and now I'm creating my first website. I want to add a slider of images, so I researched, the best option will be with jQuery itself, but thi...
asked by 14.05.2014 / 03:35
2
answers

Checkbox is not checked

I have an application where a table is loaded dynamically via ajax, and inside the table there is a condition, if the condition is true I have to load a checkbox next to each name that is loaded, but when I load my application and I try to choos...
asked by 27.08.2014 / 21:36
2
answers

Cancel redirection when submitting a form

How can I make anything change after ajax is sent, the page stay in the same place and not load again? script $(function() { $('.form-carro').submit(function(){ $.ajax({ url:'insert.php', type: 'post',...
asked by 18.10.2016 / 21:56
1
answer

Remove ITEM behind Iframe [closed]

I use a Microsoft BI tool and in this tool I create dynamic charts. One way to share these graphs is through the use of an Iframe via a portal. When I get the frame with the data data of the developed graphic has a graphic sharing icon created...
asked by 27.09.2016 / 19:39
1
answer

Convert html page to image or pdf? [duplicate]

I would like to generate an image or pdf from an html file and send the file to email , does anyone know how I can do this ? I have already looked for some classes , but found no ideal.     
asked by 22.04.2014 / 14:53
1
answer

How to insert value of Json variable into a href attribute? [duplicate]

A question I wanted to put a variable inside the link href without using code, that is direct in the creation of the link. The example is just below: <a href="http://websro.correios.com.br/sro_bin/txect01$.QueryList?P_LINGUA=001&P_...
asked by 08.05.2014 / 14:20
2
answers

Background image, using css [closed]

How do I put a background image on div , using css? I tried using single quotes but nothing happened: background: url('images/html.jpg'); I'm doing so on: #tudo { width: 100%; height: 992px; background: url('images/html.jpg');}...
asked by 20.04.2014 / 20:46
2
answers

Dropdown does not work

I have a Dropdown menu that shows the links to the gallery and videos, however, if it is in a view other than the index.ctp the dropdown no longer works. But if I get the dropdown.js of the source code distribution and include it in the l...
asked by 31.03.2014 / 19:30