I'm using php, mysql and jquery. I have an ajax function that takes a value data from the properties of a button when I click on it:
<button data-user="12345" id="btnbusca" name="btnbusca" class="btn btn-primary input"></button...
Hello, I have a website and using the google speed testing tool, I'm giving you the following recommendations:
Eliminate render-blocking JavaScript and CSS in above-the-fold content
Optimize images
Leverage browser caching...
My question is: can onclick events be done on links?
cambiar_estado.php
$query = "SELECT
*
FROM
usuarios_datos
WHERE
ID_OBLIGATORIO = '".$_REQUEST["Id"]."'";...
Good, on my page I have an iframe and on top of this 3 buttons, one to do Scroll Up, another Scroll Down and another to pause the Scroll.
<html>
<head>
<script>
function scrollAbajo(){
var m...
I have the following CSS code so that the header and the nav stay in the same place when you scroll to the page, but the content that follows is positioned at the top of the page remaining below the header and the nav...
I have a button on a website of a restaurant, and I would like that when the mouse over the button comes out a mini window where this appears: ( link )
I think that with an onmouseover event maybe I could do it, does anyone know which code would...
I need something very simple, I want to do a <strike> (strikethrough) in the text of an email, eg: strikethrough .
I found the library KartikTalwar / gmail.js: Gmail JavaScript API , but it demands a tremendous turnaround and t...
I have a problem when I use the formvalidation plugin, because it does not matter if I click on the radius with value = 0 or value = 1, it keeps asking me to fill in the select field, but I only want it to do so when value = 1.
HTML
<f...
I request your collaboration because I do not know how I could relate two lists which have in common the id of one of them
<table>
<thead>
<tr>
<th>Nombre</th>
<th>Edad</th>...