You see I have two dropdowns menu which are opened by clicking a button (each button has its menu). Well. The code of that two menu is the same except that I made changes in the classes and Id so that to each I give different styles with css and...
I am trying to send a form from an ASPX page to AJAX but it does not enter the event function click of the button in the JavaScript part, I have removed the runat="server" from the form but it generates an error; so I do not know w...
I would like to eliminate the redirection in the a tag since currently when I click, a modal opens, but I do not want to be redirected to the browser page, I have tried with preventdefault and it does not work for me. I'm working w...
I am making a web application and I need to send the form data to a specific email, here the form code
<!DOCTYPE html>
<html>
<head>
<title>prueba</title>
</head>
<body>...
I have seen that it is very common that as soon as you start the css, many files start with:
*{
margin: 0;
padding: 0;
}
Used in theory so that all elements have no padding or margin.
Does this really work? Because I have had many t...
I have managed to show a div according to the response of a radio button , but how can I do to show the same div but with the combination of two radio button ?
I share my code:
function mostrar(dato) {
if (dato == "...
My problem is as follows, I have a carousel with their respective images (3), at the moment of clicking to change the other image it does not change (I am using bootstrap 4).
<!--Carousel-->
<div id="carousel" class="carousel slid...
$sql = "SELECT * FROM 'zzzz_1_post' WHERE POST_autor=1;
but I also want to get
$sql = "SELECT * FROM 'zzzz_0_post' WHERE POST_autor=0;
I'm doing it in a while, but I do not know how to combine the 2 tables at once.
My tables:
while($...
I'm using placeholder in my input text type and they work perfect, just that I have a select , in which I want to put a placeholder where it says "select an option", but it does not appear, Does anyone know if I can ad...
I need to visualize the calendar in inline form, like this:
This is the code I have:
<div style="overflow:hidden;">
<div class="form-group">
<div class="row">
<div class="col-md-8"&g...