Questions tagged as 'html'

1
answer

Modal problems with jquery: Uncaught TypeError: $ (...) .modal is not a function

I do not know what I'm doing to try to fix this error! Help me there, please. NOTE: JQUERY WORKS NORMAL, SINCE I HAVE VALIDATIONS THERE. ONLY THE MODAL WORKS, I DO NOT KNOW WHY = / <!DOCTYPE html> <html lang="pt-br"&g...
asked by 17.11.2017 / 00:03
1
answer

Difficulty in doing data verification in php with mysql

I'm trying to do a check in the database to know if it already has a user with the email entered by hmtl, I made this php script, but always execute it at first if the typed email is not in the database yet. I think the logic I used is correc...
asked by 11.06.2018 / 02:32
1
answer

How do I make a cell a button in a table?

<div id=table> <tr id="tablebottom"> <th> <h5>Hoje</h5> </th> <th> <h5>Amanhã</h5> </th> </tr> </div> My ques...
asked by 30.11.2017 / 17:10
2
answers

Error: Undefined index

I have this code and it gives me the following error:    Notice: Undefined index: ID in <? require('../members/inc/config.php'); require('../lib/framework.php'); // load the configuration file. $newsid = $_GET['ID']; $stmt = $db->q...
asked by 27.01.2015 / 23:26
2
answers

Clear select and input fields [closed]

I have a form, and when I click "Redo Search" I want it to clear all fields. HTML? <form action="" class=""> <ul class="dropdown"> <li> <input type="checkbox" <?php echo (in_array($dadosSegmen...
asked by 27.01.2015 / 12:18
1
answer

Dynamically changing the src of an iFrame

Can I change the src of an iframe by any value? Is this possible? document.getElementById('idIframe').src = "www.google.com"     
asked by 20.06.2016 / 17:46
1
answer

Does anyone know the Ionic framework? [closed]

Do you know the Ionic framework? It's similar to PhoneGap.     
asked by 26.02.2015 / 21:41
1
answer

Load fields "hidden" by javascript

I have these hidden fields: <input type="hidden" id="idServico" /> <input type="hidden" id="trasladoServico" /> <input type="hidden" id="ingressoServico" /> <input type="hidden" id="passeioSe...
asked by 17.04.2014 / 22:35
1
answer

Search for a word from Input in a TXT and find words that are in the same line in PHP

TXT file example:    John; 1       Peter; 2       Marlon; 3       Lucas; 4       etc ... Typing only the name in the Input precise the user ID appears, Input example: Marlon and when you enter only name in Input, show result i...
asked by 10.10.2018 / 18:08
2
answers

Why does not my page resize and how do I resize it?

Full screen looks like this: ButwhenIputitonasmallerscreenitlookslikethis: HTMLcode:<!DOCTYPE><html><head><linkrel="stylesheet" href="_css/estilo.css"> <meta charset="UTF-8"> <title>--</title>...
asked by 25.02.2018 / 00:53