Questions tagged as 'html'

1
answer

help with jquery

I have the following problem: <div class="slider"> <div id="slides" id="banner"> <img class="slide active" src="img/slide1.png"> <img class="slide" src="img/slide1.png"> <img class="slide"...
asked by 18.11.2018 / 04:41
1
answer

How to update javascript code every 5 seconds? [closed]

How to update this code every 5 seconds ?. I need that when the user changes his fingerprint, the code is updated without the need to update the page, and that the cookie with the value of the new fingerprint is created. <center> Tu Huel...
asked by 18.11.2018 / 14:31
2
answers

Problem with drop-down menu + HTML button

I have a menu that is displayed when I press a button and it shows me the options of the menu, the problem is that it appears above the body of my page, and I would like it to move the body 1cm each time the button is clicked down. It would...
asked by 15.11.2018 / 14:42
1
answer

Send post to PHP file outside public folder

I am having a problem, I would like to send a POST to a PHP file that is outside the public folder, but I can not point to that file. I hope you can help me. Thank you very much. My index.php <!DOCTYPE html> <html lang="es"> <...
asked by 11.11.2018 / 20:12
4
answers

How to pass a variable with ajax to another php file

Good I have an inconvenience with my code, I want to send you a data through ajax, that allows me to make a query according to what this variable brings, the problem is that you do not want to recognize me when making the $ _POST variable, in it...
asked by 07.11.2018 / 04:09
1
answer

html I have a radio button with required but it does not show me the alert that the field was emptied

           Protected <input type="radio" name="seguro" id="desgravamen" class="formulario__input " > <label for="desgravamen">Desgravamen</label> </div> <input type="submit" name="sub...
asked by 07.11.2018 / 01:44
1
answer

Get specific content in a JSON

I need to capture the uid and the osgjsSize that are within Files . I do not know how to solve this error ( I am a student / novice ). Thank you very much in advance for your help. <?php $url = 'https://pastebin.com/raw/...
asked by 07.11.2018 / 02:45
1
answer

Problem with anchors in HTML

I have a menu which when clicking on a link that takes me to a specific section of the page, the problem is that it is not displayed correctly, that is, it should show me the title of the section when doing click on the link and not the content....
asked by 12.11.2018 / 20:45
1
answer

change disabled td in a table with x-editable

I want to be able to make a table that disables me td depending on the select option that I select. Example: If I select Wood1 the first and second td are enabled and the third one is disabled with the enabled button td n...
asked by 08.11.2018 / 17:41
1
answer

Can a table be made responsively?

I have a small form of clients in which I have to accommodate the data of a normal client (name, phone number, address, email, residence), and I have not been able to make my form 100% responsive and at the same time have a good order of design,...
asked by 04.11.2018 / 05:47