Questions tagged as 'html'

2
answers

How to delete a selectbox with JavaScript one by one

Hello ... I have a button that when clicking the button "add question" "clone" my selectbox that is like "Select Question ...". With each click it adds another one always incrementing id so that it is different. I wanted to do the opposite, like...
asked by 04.10.2016 / 22:33
1
answer

How to do query in Pdo by date using input month?

I'dliketoknowhowIcanmakeanappointmentforthemonthyou'vechosenalongwiththename.TypeifIchooseAugustitwillonlycomeAugustmonthandsoon.ThisisthequerypublicfunctionRetornaAtualizacoesFuncionarios($data,$codusuario){$WHERE=array();if(empty($codusuario)...
asked by 04.10.2016 / 14:48
0
answers

Show / hide button appears only for the initial post

In the first post, it appears normally, but when I click on the others, only the content of the first post appears. <?php get_header(); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div id="caixapos...
asked by 06.10.2016 / 01:33
1
answer

How to display XML data in an HTML table

I'd like the XML data to be displayed in a common HTML table with TR and TD , because with the code I'm using the information is confusing. Here is the code I used: $(function(){ $.ajax({ url : "livraria.xml",...
asked by 07.11.2016 / 01:43
1
answer

reCaptcha - submitted form is validated?

I'm implementing reCaptcha, the box with the checkbox for the user to click and confirm that it is not a robot being presented, however I have doubts if it is really working, as I am using: "... if(grecaptcha.getResponse() == "")..." And I...
asked by 05.11.2016 / 23:37
1
answer

How to access page according to input field?

Hello, I have an input field in my HTML, I want to make it depending on the text you type, it goes to page x or y. I also need that depending on, go to a page and on that page change the src of an image to a specific path. I thought of using...
asked by 06.11.2016 / 05:34
1
answer

Record in the bank only checked chekbox in the angle

How do I record only checkboxes that are checked. See, I have this example and when I record it is recording the 22 items. <li> <label class="requerido">Profissoes</label> <ul> <li ng-repeat="...
asked by 22.09.2016 / 21:35
0
answers

How to organize listbox html items?

I have 2 listbox where I pass the items from one to another, but it always adds at the end of the list, I would like to be able to organize the list to my liking, ItemUP style, ItemDown in the second list, see that it is not sort, but organize i...
asked by 22.09.2016 / 17:11
0
answers

Modify batch HTML code in * .sql file

I have a file in * .sql. I needed to batch convert HTML codes with links like this below: <img src="http://www.sintaema.org.br/site/wp-content/uploads/bomba-456-copy_832-1-pdf-724x1024.jpg"alt="bomba 456 copy_832 1" />' To look like t...
asked by 20.09.2016 / 23:49
1
answer

How do I create a select menu, which is in the first position with the current url

How do I create a select menu, which is in the first position with the current url, changing selected of option : <select > <option value="http://www.test.com/teste1" selected>test1</option> <option value=...
asked by 16.10.2016 / 00:17