Questions tagged as 'html'

1
answer

How do I make a modal shoot and stay in the footer / bottom of the page?

Modal by default fires from top to top. I want to do the reverse. Let it shoot from below and stay there (at the bottom / footer / footer). I changed the top of it, but in the mobile the positioning is incorrect. <div class="modal fade bs-e...
asked by 09.12.2015 / 15:19
2
answers

How to delete div by class name using WebBrowser?

Considering this code: <div class="panel panel-default"> <div class="panel-heading"> <p>Informações Adicionais</p> </div> <div class="panel-body"> <ul class="list-unstyled"> <li...
asked by 09.04.2016 / 20:26
2
answers

Help with HTML / JavaScript

I need to create a page that has two questions with two answers (radio) of YES or NO, and, below, a send button. I need the questions and answers, when answered and the user clicks the submit button, appear in a TEXTAREA just below for the user...
asked by 06.04.2016 / 22:46
2
answers

How to organize titles

How to organize titles in an html document? Ex: I have 2 section , 3 div , a nav , 1 aside and 3 article . So should I order titles and captions for each item or for the whole page? In other words, will each element or section have a h1...
asked by 11.11.2015 / 16:39
1
answer

How to only allow letters and numbers in a text box

I am making a form and the first solution I saw was to create a keyboard with buttons with only letter numbers the delete button and the space button but now what I really wanted was a box that allowed only numbers and letter because it becomes...
asked by 11.03.2016 / 22:01
1
answer

How to change TAB color in bootstrap

I want to change the color of when a tab is selected, it is blue, I want to change to black, I also want to change the color of the letters inside the tab, when not selected, to gray. How should I proceed? I'll leave a link to the code I'm using...
asked by 29.04.2017 / 19:05
1
answer

Is it possible to validate a get id without javascript? [closed]

I would like to validate the id of the GET without javascript, only with php. I'm having a hard time. <a id="exemplo-'.$resultado['id'].' " href="pagina.php"> <?php /*com javascript*/ $id = explode('-',$_POST['exemplo']); $e...
asked by 29.09.2015 / 20:34
1
answer

Policy as function parameter?

Is it possible to set directives as parameters of a function already on the html page? I tried to serviceLogin({{login.user}},{{login.pass}}) but I believe it is not the correct one     
asked by 15.10.2015 / 22:07
1
answer

Form with FIPE Table API using Angular

Speak up. I am a beginner in Angular and would like help with this form. <html ng-app="app"> <head> <title>Teste</title> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.js"><...
asked by 01.03.2016 / 16:34
1
answer

What warning is this on the console using AngularJS?

I'm trying to run a simple code with angular and this warning appears on the console:    Uncaught Error: [$ injector: modulerr] link $ injector / modulerr? p0 = app & p1 = Error % 3A% 20% ... angular.js: 38 Here's my app.js file: var...
asked by 20.01.2016 / 18:58