Questions tagged as 'html'

1
answer

Curiosity laravel form with fieldset

I have a little doubt that I would like to solve and the truth on the internet does not leave anything clear. I have a form (in this case where I fail to recover the password), which has all its divs and other necessary elements to validate the...
asked by 20.08.2018 / 16:38
1
answer

Box-shadow does not work as expected for large values in Safari

I am developing a small library / plugin in JavaScript that serves to highlight different parts of a page (with the intention of creating instructions or similar). But I'm encountering some problems, especially with Safari. For the highlight...
asked by 16.08.2018 / 18:37
1
answer

Obtain html content with inputs and their written values

I have an inconvenience. I am trying to dynamically generate a cell with a button with Inputs with a button. My drawback is that after filling the first row and generate one more I put the one that had already filled but the new emp...
asked by 13.08.2018 / 17:14
1
answer

How do I open a page created with javascript?

I was writing a plugin for firefox in which I generate an html with the page in which the plugin acts and I want to show my html generated in another new page, what I have tried has a form quite similar to the following: function crearHTML(){...
asked by 22.06.2018 / 22:28
1
answer

How to choose a color / css

How can I select a color with gray border? .color-picker { font-size: 0; } .color-picker__item { display: inline-block; } .color-picker__item + .color-picker__item { margin-left: 10px; } .color-picker__item:hover { curs...
asked by 26.06.2018 / 14:14
1
answer

Restart Invoice number in AdminLT template [duplicated]

Download a web system to manage purchases and sales in problem is that the invoices start at 1000 as seen in the reference photo, how can I reset the invoice number to 0? Thanks!     
asked by 31.08.2018 / 08:02
1
answer

Create JSON from an HTML block with its attributes

I need to create a script with jquery that reads me an entire html block and get me the html tag, its attributes and its content, this must be done with the children tag, then create a json object with all the data. This what I've been testin...
asked by 10.05.2018 / 04:13
1
answer

How can I put a slider type background on my website?

I want to put a background that moves with a slider style, and that has some opacity so that the main content can be noticed perfectly, would there be a clear code way to do it? I've tried with javascript and css but nothing has worked for me...
asked by 03.07.2018 / 02:42
1
answer

Create a new table if the date is not the same

I'm going through a foreach and the data I load into a table, but I want to load the data in different table views depending on the fecha example if the variable fecha='11-11-2017' there are 3 fields that load that data there and i...
asked by 28.06.2018 / 19:37
2
answers

avoid predictive text in html form

Dear I have a form that when someone enters from an android phone with predictive text this at the time of entering the rut or dni begins to fill and duplicate automatically. I want to know how to avoid it <form method="POST" target=...
asked by 24.05.2018 / 18:22