Questions tagged as 'html'

0
answers

Collapsibles do not work

I am using a framework called SBAdmin , which is nothing more than Bootstrap 4. However, when creating the same% w / o as the FW provides as an example, it does not work in certain cases. The error is in the url: When a URL like...
asked by 08.03.2018 / 02:46
1
answer

Function error in jquery function .keypress [duplicate]

Then the problem is that when pressing the enter key inside the cell, some error occurs when the whole table disappears from the page. function criaTabela() { $("#tbl-datas-prazo-convocacao tbody tr").remove(); $("#tbl-datas-prazo-co...
asked by 12.03.2018 / 16:23
1
answer

How can I remove table row with jQuery

I created a table with two buttons one has the function to add new rows to the table and another to remove them. I tested this way and can only add new lines, when I try to remove an error happens. var table = $( '#table-data' )[0];...
asked by 12.03.2018 / 15:59
0
answers

CKEDITOR converting special characters

I have a problem with CKEditor. It is converting all special characters even using HTMl codes. I want it to save as a special character. I enter text like this: <a href="https://api.whatsapp.com/send?phone=seunumerodetelef...
asked by 12.03.2018 / 15:16
1
answer

shortcut with alt and two letters

Good afternoon I have this code here $(document).on('keydown', function(e) { console.log(e.which); // Retorna o número código da tecla console.log(e.altKey); // Se o alt foi Pressionado retorna true if ((e.altKey) && (e.which ===...
asked by 05.03.2018 / 16:59
1
answer

creating shortcut html javascript

Good morning, I put accesskey="i" to create a shortcut in html, however I need to add two letters, how do I? <button type="button" class="btn btn-default btnEntidades" ng-click="salvarEntidades()" data-dismiss="modal" accesskey="...
asked by 02.03.2018 / 15:35
0
answers

How to create a loading without AJAX

I have a download button that makes a GET request that does a Download. This happens all on the same page, but without AJAX. You are not using the download tag. It is using Laravel that internally does the download service. I...
asked by 02.03.2018 / 14:34
2
answers

Get content from a list of a site and save it to the PHP database

I want to enter the site below, save all html in a variable, clean the html and save the content I want in the MySQL database via PHP 7 . p>    The site is: link At first I "saved the HTML of the page" into a variable, as per the code...
asked by 02.03.2018 / 13:47
1
answer

PHP: location map of users through IP with geolocation [duplicate]

Good Night, I have in my company's database with several IP addresses (in historical format) and the current IP of the user that accesses my site. I would like to know if I can with this data mount a map of the access, showing which countri...
asked by 10.03.2018 / 03:00
1
answer

Error In variables in php

I tried to connect to the database, but the database is only saving the ID of the user. {$con = mysql_connect("localhost","root", ""); mysql_select_db("cadastro",$con); $nome = $_POST['nome']; $email = $_POST['email']; $senha = $_POST['sen...
asked by 01.03.2018 / 06:35