Questions tagged as 'html'

2
answers

insert variable JS in html

I would like to pass the value of the variable visits of the document ready to the html code of <li class> $(document).ready(function(){ visitas="active"; }); <div id="cursor"> <ul clas...
asked by 03.07.2018 / 12:40
1
answer

Validate form without deleting the data

Good I have a simple form, I want to validate the fields are not empty and that the ID is not duplicated, but at the same time that those fields that are well entered are not deleted. I have the following code. <script>...
asked by 15.09.2017 / 16:09
2
answers

Name not defined when I walk with each

I am collecting data in inputs with a each , when I try to add it in a variable it tells me that the name is not defined, it seems I have a syntax error. function guardar_testimonio(){ $("#infotestis").each(function(){...
asked by 29.01.2018 / 20:51
1
answer

Doubt about HTML, changing wordpress template

I have some doubts that I am not able to resolve in my page . At the bottom where the social icons, there are squares instead of facebook icons, instagram, etc ..., instead on this other page yes you can see all of them. I imagined that it...
asked by 06.11.2016 / 13:57
1
answer

Put html on a div with jQuery

Is there anything in jQuery to do the following? document.getElementById('ejemplo').innerHTML+= '<div> HTML de ejemplo </div>'     
asked by 21.08.2018 / 01:09
1
answer

Syntax Error Java Script code restaurant bill

I am running this code and I really do not find the error ... I would like to know more points of view or suggestions so that the execution of the code results without error. Thank you in advance!:) In the following image, tax is the tax and...
asked by 16.08.2018 / 09:58
2
answers

how to load several pages on the same page

I made a menu and the idea is that when you click on any of the options in my menu I do not recharge another page, but in the same page where the menu loads the page that corresponds to the option that was given click, I do not know how to do it...
asked by 12.01.2018 / 04:31
1
answer

effect hover in image

I am building a gallery with images where the image has an effect of hover when hovering over the mouse, in addition to the text in the hover I would like to see a bordering to the right and below the text, that is right and bo...
asked by 28.11.2017 / 14:24
4
answers

My Update does not work

I'm trying this: <?php session_start(); require 'conexion.php'; $nombre = $_POST['nombre']; $emai = $_POST['emai']; $pass = $_POST['pass']; $tel = $_POST['tel']; $dir = $_POST['dir']; $id = $...
asked by 11.11.2017 / 14:36
1
answer

How can I do a spy spy without bootstrap?

<html> <div id="navbar"> <div class="ui secondary inverted pointing top fixed menu"> <div class="ui container"> <a id="brand-item" class="item" href="index.html">...
asked by 26.06.2018 / 02:30