Questions tagged as 'html5'

2
answers

Change the border of the div and at the same time display the value in another HTML tag

I have div that I'm going to change the value borderRadius and it will round off. And I have a input that is of type range to control the rounding value. And at the same time I'm going to display the value of ra...
asked by 30.08.2016 / 00:52
2
answers

How do I get the src attribute from a list of images and create an array using just javascript?

The goal is a slider-show, however I want to create a dynamic array just by listing some images inside a div using pure javascript, for example: <div class= "slider"> <img src="caminho-da-imagem-1"/> <img src="caminho-da...
asked by 30.08.2016 / 17:43
2
answers

How to compare an inserted phrase with those in the DB returning the probability of being similar?

I would like to know how to compare a phrase entered by the user with the phrase in the DB so that it returns the probability of being similar. I have a similar code that compares two strings in JAVA but needed to do it in PHP + MySQL     
asked by 07.11.2014 / 13:23
1
answer

JavaScript for a flowchart [closed]

I'm putting together a flowchart on the web and I need a JavaScript to run the flowchart. Does anyone have any ideas where I can find a FREE Flowchart JavaScript? I would need something like this: link     
asked by 06.06.2016 / 16:44
2
answers

PHP in Browser Write, Read and Update .txt, Locally [closed]

In the client browser! Locally ... How can I create and save to a local .txt file on the client machine the value of two String variables. This script will be logged in and every time the login is done this update will be updated "overwrit...
asked by 08.08.2017 / 19:18
3
answers

input datetime-local value

Hello friends, how are you? In my database I have the date time like this: 2018-06-22 12:00:00 in the final html looks like this: <input type="datetime-local" class="form-control" id="data_contratado" name="data_contratado" value="201...
asked by 22.06.2018 / 20:58
1
answer

Is there any tag that makes internet explorer work like other browsers?

Is there any tag that makes internet explorer work like other browsers? Like the grid display and stuff.     
asked by 11.06.2018 / 13:14
2
answers

Get data-attribute of a selected option when clicking button

I wished that by clicking the button I would be able to pull value and data-dado of the selected option. I tried the code below, but it did not work: $("#botaoexemplo").on("click", function() { var valor = $('#exemplo...
asked by 09.04.2018 / 21:58
1
answer

Modify carousel configuration in bootstrap 4 [closed]

I'm using the template below to make a slide, a template in which I got a previous question that I asked and a person helped me by pasting the path, but the slide is too big and I need to decrease the size, I'm finding in the bootstrap the stylo...
asked by 08.03.2018 / 02:13
2
answers

Convert image to CSS

Is it possible to convert the image below into css pure? If yes, how could I do this? Does anyone have an example? I also need to have that split, just like the image.     
asked by 09.03.2018 / 00:54