Questions tagged as 'html'

1
answer

Add the id in the td as text

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...
asked by 04.08.2017 / 23:01
2
answers

Performance problem with background-image

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...
asked by 06.08.2017 / 14:14
1
answer

Error in Jquery DataTable "Requested unknown parameter '0' for row 0, column 0."

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 =...
asked by 09.08.2017 / 17:51
1
answer

How do I make these php variables appear with single quotes? [duplicate]

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.') "&...
asked by 11.09.2017 / 12:51
2
answers

file type in HTML?

What would be the difference between using: <script></script> With type in this way: type="text/javascript" Or this way: type="application/javascript"     
asked by 10.08.2017 / 17:40
1
answer

Differences between Form :: model and Form :: open?

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...
asked by 11.09.2017 / 20:39
4
answers

Align inputs HTML form

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! :)     
asked by 13.09.2017 / 12:15
1
answer

Send PHP emails, GoDaddy Server

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...
asked by 28.07.2017 / 20:34
1
answer

How to add animate.css

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...
asked by 10.07.2017 / 22:36
1
answer

Overlap records in a MySQL table from PHP

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. ---+--------+----------------+------------+----------+----------+----...
asked by 08.07.2017 / 08:26