Questions tagged as 'html'

5
answers

Cancel an action

I'm designing an html table with Jquery which only edits the records or just cancels when editing, which starts my problem here. Simply wish is that by pressing the cancel button return the data to as they were before, for example: In my tabl...
asked by 03.04.2018 / 00:33
5
answers

Position footer ALWAYS stuck to the bottom of the page

Good afternoon people! I searched for half an hour and did not find anything that would help me or give me positive results. I have a dynamic table that changes the number of rows to display according to what one selects from the DropDownList. T...
asked by 23.05.2016 / 20:34
1
answer

Enable and disable item with jQuery

   From the original OS question Disable / enable an input with   jQuery? I want to enable and disable elements of an HTML page (be it inputs, divs, buttons, etc.). How can I solve it using jQuery?     
asked by 01.08.2017 / 09:24
2
answers

How to rotate 180 degrees horizontally a div

I have a simple example of a div, which I want to rotate 180 degrees horizontally, my example rotates vertically which I do not want <!DOCTYPE html> <html> <head> <style> div { width: 200px; height: 10...
asked by 23.12.2016 / 23:33
2
answers

How to check the father, when I select the child in a checkbox with jQuery

How could I do a checked event in jQuery? I have this structure: With the serious code: <ul> <li class="padre_menu"> <div class="checkbox"> <label> <input name="padre[...
asked by 07.09.2016 / 17:02
2
answers

CSS conditional on language

When a CSS stylesheet is included, you can specify the media query directly on the link tag with the condition that must be met for those styles to apply: <link rel="stylesheet" media="(max-width: 480px)" href="moviles.css" />...
asked by 26.09.2016 / 18:41
3
answers

Resize iframe based on its content

How can I achieve that if the content increases or decreases in size, does the iframe that contains it adjust? If there is a JQuery plugin, pure JavaScript or a simple solution would be a great contribution since what I can only do is that it...
asked by 05.12.2015 / 13:01
3
answers

Error with PHP when saving data in mysql [closed]

I am trying to save mysql the data that you enter in the form but the php is giving me errors like this: Parse error: syntax error, unexpected '[' in C:\wamp\www\Tarea2\index.php on line 5 Here the code: <?php if(isset($_POST['btn...
asked by 16.09.2016 / 04:51
3
answers

Differences between JQuery invocations

Some time ago I was wondering the following question: What is the difference between: $(document.body) $('body') If you could justify me, it would be very helpful.     
asked by 06.06.2017 / 22:27
4
answers

Do not send emails through my form

I make a form to send an email with the filling of my form, but it only marks me error of echo of shipment, I do not know what I am doing wrong. This is my form: </head> <body> <form name="formulario_contacto" method...
asked by 29.05.2018 / 18:35