Questions tagged as 'html'

1
answer

How to disable page cache [duplicate]

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...
asked by 27.04.2018 / 16:58
1
answer

How to use a var counter in Thymeleaf?

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...
asked by 24.04.2018 / 19:29
1
answer

I need to know how to pass value to Dates () functions in JavaScript preferably spend minutes

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>...
asked by 24.04.2018 / 19:14
0
answers

Convert base64 to pdf

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...
asked by 25.04.2018 / 21:51
1
answer

Send button in a form

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"> &...
asked by 25.04.2018 / 17:38
1
answer

Adobe Flex for HTML

Does anyone know if there is any way to convert MXML (Flex) to HTML? If so, what is the medium to do this conversion?     
asked by 02.05.2018 / 16:41
0
answers

How to adjust a custom text editor for mobile version

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,...
asked by 02.05.2018 / 17:49
1
answer

text is not appearing on the slide show!

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     
asked by 02.05.2018 / 17:19
0
answers

Update value fusiochart

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",...
asked by 24.04.2018 / 13:37
1
answer

add select field dynamically (laravel project)

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...
asked by 24.04.2018 / 01:26