Questions tagged as 'html'

0
answers

Error in a select that depends on another

Hello good morning friends I try to implant this code to this but the val.idpre I do not know how it would go there would help me to see how to implant it porfa link < - this is the one I want to fix someone could you help me:) f...
asked by 25.09.2018 / 15:02
2
answers

How to pass the value of the select on the same page with AJAX?

I have this code to pass the value of a select on the same page, but I'm passing the value of the select with form ... <!DOCTYPE html> <html> <body> <form action="a.php"> <select name="miselector" id="miselec...
asked by 25.09.2018 / 19:00
3
answers

Field input text stands out from the form

By implementing modal login to my page the elements of the Modal form overflow The code is based on these two links and what I want is the union of both in my page      link      link // Get the modal var modal = document.getElementBy...
asked by 25.09.2018 / 18:26
1
answer

align columns of a HTML select

I'm doing a web form, I try to emulate a listbox, with the html select, the data pulls, but the problem is to show the content of the data obtained, after going through html, css, php, json, js, sql server and other herbs , I get the code to...
asked by 25.09.2018 / 16:57
1
answer

Select2 does not work within a table

I have a table that contains different elements, one of them must be a select using Select2 to facilitate the searches. It turns out that when I add the properties to turn it into a Select2 search select, it does not work ... this is my code...
asked by 25.09.2018 / 21:45
1
answer

Select that depends on another deal to do it from an example that I have

Hello good morning friend here I have a select option that I need to depend on another but I do not need help I try to make this example link tds += '<select class="form-control" id="choice1">'; tds += '<option value="C">ESTRUCT...
asked by 25.09.2018 / 20:26
1
answer

Active applies to internal elements

What happens is that I have some tabs of Bootstrap, by means of a JS I am applying a class so that they are marked when they are deployed, the drawback is that I have a tab inside another and when I deploy the superior, I applies the active also...
asked by 24.09.2018 / 15:00
0
answers

Show specific data of a Postgresql Database in HTML

I hope you can help me, as part of my project in Django, I must show specific data of my table which is in BD Postgresql, but I do not know how to do it and the truth is that with the Tutorials I get too involved. My code is as follows: base.Htm...
asked by 27.09.2018 / 14:20
1
answer

Select and de-select radio inputs with js

Well, colleagues, I have this, but it does not send me a mistake to console, although I can not select, can someone tell me what I'm doing wrong? < script > let ord = document.querySelector("#ord"); let comp = document.querySel...
asked by 28.09.2018 / 19:35
3
answers

how do I get the select input-field option from materialize that have been selected with jquery?

I need to grab the options of that select materialize that are practically a checkbox to be able to add them to a collapsible so that they are visualized, but I need to know how to get those "selected options" with jquery or if it is with javasc...
asked by 28.09.2018 / 18:53