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...
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...
Here is the html code:
<html>
<head>
<title> DateFast </title>
<script type="text/javascript" src="BrandonWelding_67824.js"></script>
</head>
<body>
<cente...
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...
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...
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.
<...
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:...
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">...
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...
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...