Questions tagged as 'html'

1
answer

Refresh page when closing a modal

How do I update a page whenever the modal is closed? because I have a problem that whenever I close the modal and I will open again it does not open ... so I need to update the page there it opens. Modal used <div class="modal fade bd-ex...
asked by 16.04.2018 / 16:28
0
answers

text animation [closed]

Does anyone know which text animation name of the clip "Alone - Alan Walker"? at the end "You are not alone" where the lyrics move and makes a glitch animation. Who knows I just need the name, because I will do in the after effects.     
asked by 16.04.2018 / 20:30
0
answers

how to use the isotope plugin in 2 different grid

How can I use the isotope plugin in two grids different. for example I am using tabs of bootstrap in my first tab I have the first load of the grid and in the last tab I have the last load of grid...
asked by 16.04.2018 / 15:23
1
answer

Uncaught TypeError: Can not read property 'addEventListener' of null [closed]

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>javascript</title> </head> <style> body, html { font-size: 150% } body { color: #FFF...
asked by 18.03.2018 / 23:38
1
answer

JSON Zip Code Problem with States and Cities Select

Good afternoon, I have a problem with my select states and cities. When I type a ZIP it fills in the fields automatically, I can already fill up to the State even though it is a select and better yet not needing to abbreviate the > St...
asked by 17.03.2018 / 18:22
0
answers

How to color SVG without the path fill?

Well, I rasterized an image and I need to color it. The point is that the same is not any geometric shape (shirt collar) and need to give the user the option to color it. However when exporting svg the Fill attribute does not appear, which would...
asked by 17.03.2018 / 06:53
1
answer

Validate Forms in Materialize

How can I validate forms by Materialize? I'm trying to use jquery-validate for this but it does not work, I put the rules and even when a rule is invalid the field still turns green. How can I make the field only go green when it's...
asked by 16.03.2018 / 16:00
0
answers

Create filter on a chart

I have the following graphic that works with the following code: <html> <head> <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script><scripttype="text/javascript"> goog...
asked by 16.03.2018 / 09:40
2
answers

How to get the input value in real time? [duplicate]

I have this input that is hidden and disabled: <input type="text" disabled="" id="valorMascara" class="oculto" name="valorMascara"> There are two inputs type radio that sends hidden pro input value, I want to get the value of this i...
asked by 12.04.2018 / 23:22
0
answers

Get information from another page with PHP

Is there any way to get information from another page, such as <title> , <link rel="icon" href="/favicon.ico" type="image/x-icon"/> , <meta name="description" content="DESCRIÇÃO DE OUTRO SITE"/> , even page im...
asked by 13.04.2018 / 01:48