Questions tagged as 'html5'

2
answers

Metatags with or without an accent

Should the metatags be put with or without an accent? That is, like this: <meta name="keywords" content="camión, árbol, lápiz"/> Or so? <meta name="keywords" content="camion, arbol, lapiz"/> My doubt really is i...
asked by 13.01.2017 / 00:47
1
answer

Internal links with name or id?

If I want to refer to a part within a page I use links with a pad ( # ); as for example: http://mi.pagina.com/#ancla , will jump inside the page to the part identified with the anchor #ancla . There are two methods that work...
asked by 05.08.2016 / 04:46
2
answers

Error without solution Responsive background with boostrap

I have a page to which I put a background with CSS, and adapt it so that it looks 100% wide and long. When you include text on it and see it on a cell phone, it gets out of hand. I copy part of the code HTML <section id="banner">...
asked by 15.08.2016 / 03:05
1
answer

Walk through the bootstrap table with jQuery text and value HTML5

I have a problem with jQuery . I'm going through a table of bootstrap with certain values, I need the values to be saved in an array, at this moment I'm going through the values separately, I do not know how I can go through all the values a...
asked by 03.05.2018 / 20:45
1
answer

Problem when placing and deleting elements of a textarea html select

I want to place the elements of a select to a textarea, the code that I have works well to add the text, but the problem arises when deleting the textarea text, if I delete something from it, it does not let me reposition more text from the sele...
asked by 27.10.2017 / 17:10
1
answer

How to show the values of all the radio type inputs that have the same class?

I want to get all the values of the radio type input to then compare it with a variable with a set value and if some of those radio type input matches the value of that variable I select that radio type input I've been trying to get the amoun...
asked by 27.04.2018 / 08:49
3
answers

$ .ajax is not a function

I have an error when sending data by ajax, it marks me an error in the function $.ajax() but I already checked the documentation and the code is ok. This error marks me    status.js: 29 Uncaught TypeError: $ .ajax is not a function...
asked by 15.08.2017 / 05:01
2
answers

How to capture a variable type int in js?

Well, I do not know if I made myself understood correctly, so I explain. I am working with what is HTML, JS, PHP and MySQL. At the moment my only problem would be with JS. I'm trying to use an if, to compare 2 numbers, one has to be yes or if le...
asked by 12.04.2018 / 23:14
2
answers

How to change a price string in php

I'm having problems printing the price of my products so I want to change it, I mean I do my sql query SELECT * FROM sinventario,as_precios WHERE sinventario.FI_CODIGO = as_precios.FI_CODIGO I save my data in an array and print it whil...
asked by 31.05.2016 / 20:37
2
answers

error when uploading image with laravel?

I have a form in which I save an image, I save the image in the folder successfully, but the new image path with its new name is not saved in the database. Save something like: "C:\xampp\tmp\php71AA.tmp"' This is the part I use to get the...
asked by 24.09.2018 / 19:08