Questions tagged as 'html'

1
answer

Scroll Jquery html css

Galera could help me needed to make a scroll change menu as it descends identically to this link site could help me where can I be finding it? <div id="cssmenu" class="menu-agency-main-menu-container"><ul id="menu-agency-main-menu"...
asked by 23.07.2018 / 23:31
0
answers

What system does twitter use to hide the source code?

If you open the source page of any Twitter page, you can see that it does not show the content of that page and no external css or js link appears on it. Does anyone know what system they did this and / or some method similar to this?     
asked by 24.07.2018 / 11:36
1
answer

Warning: mysqli_real_escape_string () expects exactly 2 parameters, 1 given

I'm doing a posting system using PHP and Mysqli, but there are some bugs that I can not fix. Mycodesbelow..PHP<?phpif(isset($_POST['enviar'])){$autor=mysqli_real_escape_string(trim(strip_tags($_POST['autor'])));$titulo=mysqli_real_escape_s...
asked by 24.07.2018 / 00:16
0
answers

Which way to use to update table in PHP / MySQL / HTML?

Good afternoon! There is a form that when completed should be done UPDATE in a table in MySQL. Below is the form and just below the table with the checkbox's that will signal which line should be updated. How do I implement this knowin...
asked by 24.07.2018 / 22:29
0
answers

Problem with DOMPDF

I have the following form: <div > <form id="form" action="laudo_solicitacao_completo.php" method="POST"> <fieldset> <label class="ui-corner-bl ui-corner-tr" for="numeroCNES" >Número do CNES<...
asked by 06.08.2018 / 14:51
1
answer

Problem with mouseleave and its reaction with SVG images

On the site there is a popup that in the case should only appear when the person takes the mouse from the area of the site. But it was showing up by clicking on a button that jQuery('body').mouseleave(function() { if (!jQuery('body').h...
asked by 22.07.2018 / 23:56
1
answer

Prevent execution of .js on mobile

"It's not a duplicate because I do not want to measure the page size, I want to check the device through some function." Next I want to prevent a .js file from being read on mobile, I want it to run only on the desktop. The problem is that...
asked by 22.07.2018 / 16:30
1
answer

I need to play a php variable in javascript

I have a code where I need to put a variable inside a javascript that is the ID of the person I'm pulling, but I can not find the solution. Where am I going wrong? <?php echo " <tr> <td>".$row['no...
asked by 21.07.2018 / 14:13
0
answers

How to prevent playback of videos contained within the Jwplayer Playlist

Hello, I would like your help to try to solve this problem. I'm trying to avoid running the videos contained within the Jwplayer playlist when they are clicked, because I'm using a link redirection process, and opening the video is delaying page...
asked by 08.08.2018 / 21:47
1
answer

Calculate values with Inputy type="range" and JavaScript

Expensive, hello. I need to do some calculations using the input type="range", but I'm not able to run the code on my machine, just in online publishers and would like to know why this occurs? I use windows 10 and the text editor is notepad +...
asked by 08.08.2018 / 21:13