Questions tagged as 'html5'

1
answer

Determine form to do other things first and then resume it and send it to CRM

I have a problem since yesterday with the following form with submit button <form id="form_contactanos" action='https://crm.zoho.com/crm/WebToLeadForm' name=WebToLeads54017000020400005 method='POST' onSubmit='javascript:document.charset="UT...
asked by 12.12.2018 / 18:39
1
answer

how to do so that when I log in laravel I return the user's data and it is stored in a session or a localstorage

Hi, I am new to laravel, I use laravel 5.6 I am implementing a login with function __construct(){$this->middleware('auth.basic');} is a basic authentication, this builder inserted it in canda controller. what I need is that every time...
asked by 31.08.2018 / 23:47
1
answer

How to make images change with an IF conditional in javascript

Here is the html code: <html> <head> <title> DateFast </title> <script type="text/javascript" src="BrandonWelding_67824.js"></script> </head> <body> <cente...
asked by 12.09.2018 / 17:01
1
answer

Detect changes in HTML code

Hi, I would like to know how to detect changes in an HTML structure. For example <html> <div><div> <html> Over time that structure will be changing.I would like to know if there is any way to detect the changes..wit...
asked by 12.09.2018 / 22:09
1
answer

Count values in columns of an html table

I have the following table: I'm looking for a way to count the number of times the positive and negative numbers appear for each column, for example: Black appears 1 time in the first column, 2 times in the second column and 0 in the th...
asked by 25.09.2018 / 16:00
1
answer

How to modify background image of a web app after having done deployment?

I did the deployment of a web app, and I realized that the background image that I put in the body makes it difficult to read the content, so I want to change it, and try to do the publish and rebuild again but it has not worked that way. <...
asked by 23.08.2018 / 16:05
1
answer

Vary the color of a range

Hello, I have the following range var $sliders = $("input.slider"); $.each($sliders, function(i, elemento){ tooltip: 'always'; console.log(elemento.id); var slider = new Slider('#'+elemento.id, { formatter:...
asked by 23.08.2018 / 18:42
1
answer

Problems with checkbox and javascript

Good morning Dear community, I am working on a list of tasks and I am having problems to rescue the value of a checkbox that is created dynamically by a button element, so far I have the following: <!DOCTYPE html> <html lang="en">...
asked by 29.06.2018 / 17:34
2
answers

How can I make a menu on an image?

I hope and you can help me with a question I have since I do not know much about css yet. Well, how can I make a menu on an image with css example I have the following html and css code: <div class="image-menu"> <img src="images/i...
asked by 06.07.2018 / 00:45
2
answers

Center dt / dd vertically in Bootstrap 4

I tell you, I'm working with Bootstrap 4, and I'm having a problem wanting to vertically center the dd within a dl My code would be something like that dl { display: flex !important; justify-content...
asked by 26.07.2018 / 17:04