In that piece of code I go through the table the body and each td and to each cell I assign the color and try to assign the id of each cell (td) but all it does is repeat the last id of the last cell.
$(function () {
$("#materiales...
My case is that I am developing a web of musical artists and had the idea of showing a page with several div whose backgrounds are photos of the different artists and when the mouse passes have the animation of a box-shadow showing the name of t...
Good people, I have been presented with this error and I have not been able to solve it, I hope you can help me:
This is my PHP code in which I get my DB records
include ("conexion.php");
$query = "SELECT * FROM ciclos;";
$resultado =...
I'm trying to make these php instructions with embedded html appear with single quotes.
This is the code:
echo '<li aria-expanded = "true" id = "'.$caption.' "onClick ="toggle(submenu'.''.$contador_submenus.', '.$caption.')
"&...
Good afternoon, I am learning laravel and when using the laravel collecitve library, when creating forms, I see that sometimes the form opens with Form::model and others with Form::open . As much as I look for I can not find the dif...
Hello, I have a problem with the form and I want to align the inputs to the right.
nombre : input
apellidos : input input
I'm currently looking like this:
nombre
input
apellidos
input
input
link
thank you! :)
Dear, recently I bought a domain and hosting in GoDaddy , all right until you create my form with my. php file so that the emails arrive to my email, so I find that nothing comes to me, here my code
PHP
<?php
$nom...
I need to use animate.css but I do not know how to include it in my html.
<link rel="stylesheet" type="text/css" href="https:/raw.github.com/daneden/animate.css/master/animate.css ">
<button class="animate flash"> myAnimat...
Someone would help me to make records overlap in the same table and I have the record of everything I want to see if you can help me is to know how to overlap those records.
---+--------+----------------+------------+----------+----------+----...