I have a page that saves the user's photo, when editing the photo the cache always continues taking the old photo to display. Already tried using:
and I tried to use some variations of it and it does not work. Does anyone know any other w...
Is it possible to create a counter variable in thymeleaf? I need an incremental variable to pass as tag IDs in HTML.
I have the following loopbacks, where each loop will be iterated x different times, so I can not use the index of any of the loo...
I need to know how to pass value to Dates () functions in JavaScript preferably spend minutes?
<html>
<head>
<title>contagem regressiva</title>
</head>
<body>
<script>...
I have in my application a function that converts the pdf to base64 and saves it to the database, so I need to return this base64 and show the contents of the original file.
$('#form-job').submit(function(e) {
e.preventDefault();
c...
I have a contact form on my site, but I have a problem! When I send it it is redirecting to the home and I do not want it to do that I want it to stay in the same place and I can not understand why it does it.
<div class="col-md-8">
&...
Is there any way to adjust an editor on the screen, in the mobile version, without using css: zoom:0.1 or transform:scale(0.1) . I need to make the CSS element: .main{} which is the CSS of the container of the entire editor,...
I'm trying to insert text into the gradient bar which is the slide of my slide show, but it does not appear. Can someone tell me what's wrong?
I made a zip folder with the files to facilitate!
link
I would like to upgrade from two concurrent lines using the fusioncharts
Using this snippet, but it changes the value of one while the other gets the same value
"dataset": [
{
"seriesname": "HRYS Price",...
I'm creating a form from a repository and I have several fields like that of modality. What I do not know how to do is create a function so that when a person clicks the + button next to the select, it creates on the screen another select field...