Questions tagged as 'html'

2
answers

MySQL, PHP and HTML communication

Good night everyone, I already talked about this, but it seems that they are not understanding what I mean, so I'll see if I explain better: so far as I know, I did everything right, in my case I'm using XAMP, I have a mysql command, and I want...
asked by 12.08.2018 / 23:56
0
answers

How to prevent the form from deleting all data after refreshing the page

I have an app that has two screens, file.html and terms.html . In register.html I have a checkbox for the user to accept the terms, you can only register if you accept, but you do not have to open the terms screen. But if it opens, there...
asked by 16.08.2018 / 16:46
0
answers

Because my modal is not getting the post

This is the code that receives the post <?php if (isset($_POST['idModal'])) { $result = mysqli_query($conn, $query="UPDATE tb_cartao SET mtpag=Cartão, doc='$_POST[docModal]' , nome='$_POST[nomeModal]', tpd...
asked by 17.08.2018 / 14:19
1
answer

Load specific content from a div that is in another html file with jQuery

Save list! I need a help here, I have a ".html" file where I mount a list that is configured like this: <!-- ... --> <header> function Open(id) { console.log(id); var x = $("#div"+id); $.get("descrs/grea...
asked by 17.08.2018 / 00:37
0
answers

Local variables in Angular ngFor 2+

I would like to know if you have any way to set different values for local variables that are inside a ngFor. I tried something like: <ion-textarea #box{{informacoesperguntas.id}} (keyup.enter)="onEnter(box{{informacoesperguntas.id}}.va...
asked by 13.08.2018 / 21:54
2
answers

How to make multiple divs that alternate between visible and invisible?

I am a beginner in AngularJS, and I do not know how to proceed in this case. I create a panel that can appear and disappear as a variable in the controller, like this: &ltdiv class="toggle-box"> &ltdiv ng-click="visivel = !vis...
asked by 03.08.2018 / 17:29
1
answer

Line break with Onclick JavaScript

I have a function, which when clicking changes an element, but also ends up breaking the line, already tried to solve using preventDefault() , but without success. When clicked on the fa-user-secret icon, onclick and line...
asked by 03.08.2018 / 17:48
1
answer

Add value in an input according to selection of an angular / ionic combobox

I have an input text and I need it when I choose an option in a combobox to receive this value, but without deleting what is already written. What I've tried: <ion-textarea name="resposta" #resposta value="{{insercaorapidasistema}}{{res...
asked by 03.08.2018 / 18:47
1
answer

How do I make a return button to the home menu? Use html and css

<!DOCTYPE html> <html> <head> <title>JdBEdit - Demo</title> <meta content="IE=edge" http-equiv="X-UA-Compatible"/> <meta content="width=device-width, initial-scale=1" name="viewport"/> </he...
asked by 05.08.2018 / 20:22
0
answers

customize validator.js when leaving the field

Good afternoon guys I'm working with validator.js (bootstrap library) to validate fields in a form, I have a custom email field: $('#userForm').validator({ custom: { validemail: function($el) { if(!valida_email($el.v...
asked by 11.08.2018 / 21:34