Questions tagged as 'html'

3
answers

Clear select field

I have created an Ajax request to populate a select field when the user clicks on a certain specialty to appear only the trained professionals for it. However, when clicking on another specialty the name of other professionals prevail there. I...
asked by 29.05.2018 / 20:55
1
answer

VueJS - Popular select with API data

I'm having trouble popping a select with the data I got as a return from an API. I'm using Vue. Following codes: My HTML looks like this: <select> <option value="" disabled selected>Escolha uma conta</option> <op...
asked by 07.05.2018 / 16:07
2
answers

Get the value of a radio button with Vanilla Javascript?

How to select a radio button using pure JS and pick up the user-defined value? Follow my HTML: <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="cadastro" id="professorCadastro" value...
asked by 16.05.2018 / 16:49
1
answer

Help to superimpose text in image

Good evening. I would like your help to put text from a certain .css class over an image. You can better understand what I need to access the site Agência Stage , so on the first page we have the slogan    Communication and marketing   ...
asked by 17.05.2018 / 08:32
1
answer

How can I show certain products by clicking on a link to another page?

I'm having a problem, no matter how hard I try, I can not solve it. The problem is: <form action="" method="POST"> <div class="containercompras"> <div class="box"> <div class="imgBox">...
asked by 15.05.2018 / 15:42
1
answer

Check the predominant color in the image

I have the following code that I will put below, which is responsible for picking up the image from which the user places. In this case, the variable img returns me only the url of the image. I wanted to get the image and see what color p...
asked by 17.05.2018 / 03:08
2
answers

Make user-written data stored in a JS object

I have this code and I wanted to know how best to get the user to push a button and, from there, store the data requested by the page in the JS object and, after that, display the message written in the code . Could someone help? Thank you. J...
asked by 23.05.2018 / 22:57
1
answer

Problem in storing combobox label in HTML

I have the following HTML combobox: var concelhos = $('select[name="Concelho"] option'); $('select[name="Distrito"]').on('change', function () { var Distrito = this.value; var novoSelect = concelhos.filter(function (...
asked by 22.05.2018 / 20:51
1
answer

Change div when click / mouse over with jquery

HTML: <div class="row"> <div class="col-md-4"> <a href="#" class="qualificationbox"> <h2 class="title">Junior</h2> <img sr...
asked by 21.05.2018 / 13:33
2
answers

Insert data into XAMPP database with php

I need to insert the data that the user puts in the web page to the XAMPP database, but I can not get someone to help me? Code of the page where the data is placed: <label>Nome Produto : </label> <input type=text size=70 name...
asked by 23.05.2018 / 14:03