How to do so that by giving click icon, I can send the icon name to input , in this case I need to send input what contains the class of my tag i < i class="fa fa-android"> < /i>
Where the default values of the past arguments from the superclass (Vehicle) to the daughter class (bicycle) should be placed:
class Bicicleta extends Vehiculo {
constructor({numeroDeRuedas=2, tieneMotor=false}={}){
super(numeroDeRued...
Greetings, I have this JS code where I use AJAX ($ ("# pass") is the password of the form):
function egiaztatuPasahitza(){
var data = $("#pass");
var request = $.ajax({
url:'egiaztatuPasahitza.php',...
I have a foreach where several forms are generated and for each one there is a modify button, I want to give that button modify to take the input name="txtdireccion_mac" that belongs to it.
--- HTML
@foreach($datos_usuario as $value)...
I have this ajax function:
function GuardarJson(url,que,id,cod,param,respuesta) {
var Daticos = {id: id ,codigo: cod, respu: respuesta };
$.ajax({
url: "Paginas/"+url+"?que="+param,
data: Daticos,
type: "post",...
Hi, I'm wanting to put together a gallery like the example page that I attached guide page where TOURNAMENTS says it's a carousel and it has images in diagonal with hovers, put together a small example but I can not make the images go straight...
Hello, I have a server that gives me a random word and when creating a loop, it always gives me the same word and I do not know how to make me give me ten different words.
Here the code:
var palabra = "";
function Creapalabra() {
var xhtt...
I have this function on a button
"<td><button type='button' class='btn btn-primary' onclick='CrudNotas(".$row['rut_alumno'].")'><span class='glyphicon glyphicon-plus' aria-hidden='true'></button></td>"
which wh...
Some bug in the code ???
Error Uncaught TypeError: Can not read property 'value' of null
HTML
<form>
<label for="nombre">Nombre: </label>
<input type="text" name="nombre" id="nombre" />...
I have the following code, with this I can add a class (today) in a div.
Now what I need is to be able to do the following,
18:00 - 20:00
I want to be able to calculate that if the time range is not between 18:00 y 20:00 , add a text...