Questions tagged as 'html'

1
answer

Laravel delete in CRUD

I am creating a CRUD of products. In the index I have the grid with the registers. In each record there are two buttons (edit and delete). Editing works fine for me, but not editing. I need to press that button to show me a view (delete.blade.ph...
asked by 15.02.2018 / 12:40
1
answer

Search files in a folder with PHP

I have a folder with N number of files with different extensions, when I upload the file to the folder I rename it with a number, for example: 1.jpg or 4.docx or 7.pdf. I need you to list the file without knowing what extension it has, that is,...
asked by 25.12.2017 / 22:32
1
answer

How to create the links so they can share my website?

I have some buttons created with the help of @Luis Daniel Rovira Contreras , @delCano , @azeós , but I'm still looking for documentation on how to create the necessary code so that the visitor to my website can share it with th...
asked by 21.12.2017 / 18:33
1
answer

how to use a Script in two html files

I hope you can help me or correct me if I am wrong .. I would like to know if it is possible to use the same javascript in two different html files, without losing the values of the variables that would be generated from the first tab when using...
asked by 22.12.2017 / 23:25
1
answer

How do I solve the error created by overflow-x: hidden ;?

Good morning @ Alvaro Montoro solved the problem I had with my website on mobile devices, as you will see in highlighted questions . Well, I was so happy, but today I saw that by adding overflow-x: hidden; , solve the mobile theme, but it...
asked by 13.03.2018 / 11:26
1
answer

Stop a CSS animation in a certain degree of rotation

How can I stop the 90º rotation animation for example? Without it flying to its initial state. My idea is that of the vertical state turn to 60º, then return to 40º and then to 60º. (like simulating the fall of a wooden sign nailed to the wal...
asked by 02.10.2017 / 21:34
1
answer

Jquery and Javascript slot machine does not work

I am programming a swallowing machine with javascript and jquery, I am unable to find why the images of the slots are not updated ... Then I explain the code: <html> <head> <meta charset="UTF-8"> <title>MaquinaT...
asked by 12.03.2018 / 00:00
1
answer

link an iframe with an HTML form

I'm wanting to show a website inside an entry in wordpress, which is inside an iframe, which I want you to do a form but not link them so that the form makes its function within the iframe's website, look my code. <p> <ifra...
asked by 08.09.2017 / 06:56
1
answer

Tag meta description author and keywors in all html pages?

Hello good evening I have a question about web content: the meta tags for example these: <meta name="author" content="aulaclic"> <meta name="description" content="Curso de HTML gratuito"> <meta name="keywords" content="código HT...
asked by 11.10.2017 / 04:14
2
answers

Show the selected text dropdown

I have a dropdown that I filled with AJAX dynamically and it shows correctly, I need to show the selected one, I tried this without results: alert($('#ul_sucursal').find('option:selected').text()); alert($( "#ul_sucursal option...
asked by 27.06.2017 / 18:16