Questions tagged as 'html'

0
answers

Browser opening JSON

I have a validator that returns a JSON to an .js that reads this JSON and displays the error messages or releases the submit. However, sometimes the browser opens the JSON itself instead of displaying the error messages. Has anyone seen anything...
asked by 18.09.2018 / 14:14
1
answer

Angular 6 how to leave default field in select?

I'm trying to leave one of the option elements as selected, but I can not put it to work on Angular 6. app.component.html: <select [(ngModel)]="marcaSelecionada" class="form-control" name="marca" required> <option value="">S...
asked by 18.09.2018 / 15:33
2
answers

HTML variable validation

Good afternoon guys, are you okay? I received an internal project and I can not finish it. I have this excerpt from an HTML page: <span style='font-size:9.0pt; font-family:"Calibri",sans-serif; color:black>'> Apr...
asked by 18.09.2018 / 18:17
2
answers

JavaScript Error When Trying to Remove Element

I made a method to remove an item from my table made in HTML that is supplied by a normal form but the information goes to the table in question ... Until then everything normal, but at the time of removing a new item, other than the one previ...
asked by 16.09.2018 / 05:10
0
answers

Problem Appear / Disappear Content

I have a code and I need your help to be able to execute as I want. There are only 2 points: the first thing to put content before (when you upload the site does not appear div or content ), I need to put a content and the user gets come back...
asked by 17.09.2018 / 04:51
0
answers

Html does not load with php include_once ()

I'm trying to run a php file inside the html, I get the file alone but when I call it by include_once () in html the page just does not load. HTML <div class="input-field col s4 m3"> <select name="estado" id="id_estados" cl...
asked by 23.09.2018 / 17:02
0
answers

Ajax does not load

I'm trying to fill in 2 combobox (State), (City) with the database return, the first one of states got, the states are shown and then I get their UF to do the municipalities query, but my ajax does not seem to call the php file. HTML <di...
asked by 23.09.2018 / 07:37
1
answer

How to place the table in a certain position

Well I created a main div and put a left and right part, and I'll make a Brazilian table in the right part, and on the left what I'll put in the image below My code <!DOCTYPE html> <html> <head> <title>Teste</...
asked by 15.09.2018 / 00:24
0
answers

Change button text when clicking with JQuery

Good afternoon! I'm trying to change the text of a button whenever it's clicked. (ONCLICK) The problem? Well, apparently all buttons have the same class and I do not have access to HTML, just the js and css of WP .. Is there any way I can add...
asked by 14.09.2018 / 22:49
0
answers

Items on the screen dynamically, regardless of screen size

Good afternoon. How can I make items to be in the same location regardless of the screen that is used for the display? I use a 14-inch screen, when it displays the screen on a larger screen, the items are misaligned. #tudo { margin: 50p...
asked by 14.09.2018 / 17:33