Questions tagged as 'html'

1
answer

What is the purpose of the meta description and how do you use it? [duplicate]

I was walking through some sites and found that they used this meta tag: <'meta name="description" content="..."> I wanted to understand more about the use of it and where it occurs.     
asked by 15.12.2017 / 12:42
1
answer

Overlapping a div from another using jquery

When I click on the + of my select, my system shows and adds an item in the div with "tabs". Butwhenitshowsthedivthatwashidden,itwouldstayontopofmyselect(asshownintheimage).  function:functionadd(id_sistema){$('#tabs').append("<div id='tabs-...
asked by 11.12.2017 / 15:20
1
answer

Continuation of Help with asynchronous request script

I solved with the help of Marcos Brinner, the problem that was with DetePicker as # But he painted another question about the asynchronous request, between DetePicker (Timetable) and Schedules. I thought that following the reasoning of...
asked by 12.12.2017 / 16:56
1
answer

Help with asynchronous request script

This form will have the purpose of scheduling for consultation, with the client selecting the desired professional, and having a calendar with the weekly days selectable for attendance. For example: Dr. Rogério serves from Monday to Saturd...
asked by 11.12.2017 / 15:51
1
answer

combo box and input text

It's the following I'm developing a form, I wanted one of the form fields to appear in an input text and select html, and if the person chooses the select item with several option's, was sent the data entered to the database with the option item...
asked by 22.12.2017 / 00:50
1
answer

I can not call a jquery file in html

Well I'm having a problem to call a script the navbar appears all right as in img: ButthescriptdoesnotloaddonotknowwhathappensalreadyItriedtochangetheorderandeverythinganditwillnot..Code: #body{ width: 100%; height: 500px; }/* Style for...
asked by 04.01.2018 / 11:50
1
answer

As per a default color in the input color

Good morning, I have a <input type='color' /> and it only comes in black, I want it to come in color white .     
asked by 04.01.2018 / 06:26
1
answer

Remove the link ID when it is referenced with an href

I have a project of a template, in the footer of it has a button that leads to the top of the site, when it squeezes it leads to the top of the site but leaves the id "#top" in the site link (mysite / index. html # top), how can this not happen?...
asked by 25.01.2018 / 14:06
1
answer

How to fill data in html input

I'm creating a site to study and a question arose, where I created a basic HTML with database and I'm trying to pass some values manually, but when I press the change button, the fields are not filled automatically with the button . <scri...
asked by 25.01.2018 / 01:52
2
answers

SQL query fetching Javascript dynamic field

I would like to do a sql query by picking a user-entered field on a form and automatically filling the result in other fields?     
asked by 05.12.2017 / 17:43