Questions tagged as 'html'

2
answers

How do I open a player when I click on a div?

Good, I am trying to make a web page where video titles and their respective thumbnails are shown and when clicking on them, a small player appears in the middle of the page that has the option to put it in full screen. This would be the inte...
asked by 06.11.2017 / 10:18
2
answers

Do not load the values in input

Good afternoon everyone, I'm pulling some data from the BD and I send them to javascript because the data pulls them as they see in the image, I do not know why the values are not assigned in the input. I appreciate your help. $(function...
asked by 24.01.2018 / 19:25
1
answer

get p content to give value to a php variable [closed]

I am creating an administration panel with Modals, I need to get the id to change the records in the database, I have chosen to give value to a paragraph from the click on the edit button, however I can not get the value, I get the following err...
asked by 24.10.2017 / 12:04
2
answers

Value of cells in html table

I have the following function but only obtains the values of the first row of the body of the table: function manipulaTabla(){ var valor=$('#tablaProductoUnidad tr').find('td').eq(1).html(); document.getElementById('prod_descrip').value=valor;...
asked by 27.09.2017 / 20:39
2
answers

Autocomplete conditioned using JQuery

Greetings, I am developing a form where the user searches for a place and a work center using Input Text with Autocomplete in < strong> JQuery , but since there are many records in the database, I placed a Select that shortens the sear...
asked by 27.09.2017 / 20:34
1
answer

How to get the values of a form? [closed]

Good morning, with everyone, if at some time, you were asked to develop a form with many input, I propose this solution Jquery and JavaScript and of course you send it by Ajax . var config = {}; //--->> calcular cuantos input t...
asked by 30.09.2017 / 17:50
1
answer

Play different videos on a div without reloading the page

I need some help, I would like from the same page to play several videos, I explain better in a div put a player and next to several buttons that every time you click on the button loads me the video of that button on the div without having to r...
asked by 16.10.2017 / 04:57
2
answers

Check fields and stop sending form

I have a form that checks the value of two textboxes, if they are different it shows the message that one of the fields should be fixed, but even so it sends me the information fulfilling another class, here my code: This is the one that comp...
asked by 18.10.2017 / 04:45
1
answer

Get values from a table and convert it into an array

I have a table like the following, in which data is inserted, what I want to achieve is that when pressing the button an array is formed which contains four fixes each of them with the value of each one of the inputs. The arrangement that I n...
asked by 18.10.2017 / 20:01
2
answers

Fit text inside a button

CSS I have a button that has a pretty long text: When the screen changes size (becomes smaller), it hides part of the text: The idea is to adjust the width and deploy in several lines (the ones you need) without hiding anything...
asked by 16.10.2017 / 17:16