Questions tagged as 'html5'

1
answer

Remove input box from canvas

I'm trying to make a text tool from a drawing application with an input box, using the CanvasInput bookstore. I can apply the text I write to the canvas by clicking enter , but I'm not able to remove the input box from there after applying...
asked by 14.06.2017 / 16:22
0
answers

How do I get the latitude and longitude values from the Google Maps Autocomplete sample?

I'm using this example in the Lavarel form: link It works fine, I autocomplete the fields, but I wanted to auto complete with an input type hidden at latitude and longitude. How can I get the latitude and longitude, using this example of...
asked by 31.05.2017 / 20:35
0
answers

Video html5 with advertisement

I have a code to put video ad 5 seconds, but I can not put it on top of the video in the right corner, I can even use css but with full screen it does not work, someone has an idea var media = document.getElementById("media"); function...
asked by 17.05.2017 / 20:50
1
answer

CSS - Conflict between link classes

Here's what's happening: I'm developing an HTML page, I've managed to finish the development of the page, but the page's HTML file is loaded externally elsewhere in the site. What is happening is that the default site link css style is conflicti...
asked by 25.05.2017 / 21:23
1
answer

Recaptcha Invisible

I'm trying to implement Captcha ReCaptcha Invisible on my site but I do not know how to do this implementation, how can I do that? (Yes, I already have the host registered). If it is interesting (I think so) the site is this: link I'll put...
asked by 16.05.2017 / 21:02
0
answers

How do I use AddEventListener () in vueJs?

I'm doing a function of my project and I need to use the addEventListener() event but it's giving an error: excluirVariante:function(v){ console.log(this.$el.querySelector('#op_nao')); console.log(this.$el.querySelector(...
asked by 25.05.2017 / 14:37
0
answers

"Use Strict" - Waypoints

When doing the code in jQuery for a website, I came across the error "use strict" . This error happens more exactly in the line 2% with% do not letting it execute. I needed help resolving it if possible. $(document).ready(function() {...
asked by 02.06.2017 / 12:40
2
answers

How to get button value when firing an event shown.bs.modal

Follow the code: HTML: <button id="meubotao"type="button" value="5">Click Me!</button> JS: $( "#meubotao" ).click(function() { $("#myModal").modal("show"); }); I also have this code below (triggers this event after...
asked by 26.05.2017 / 03:14
1
answer

required HTML5 is not working with Angular 4 component

I'm trying to validate an input from a simple form, I'm starting with Angular 4 and in my project, within a component the HTML5 "required" validation stops running. The form is loading correctly on the screen and everything works, except form va...
asked by 15.05.2017 / 16:52
2
answers

Adding values from a TD with javaScript

Good afternoon, I have a script that helped me do it right here, which creates a table after reading information from a textarea. After the table is ready I wanted to sum the values from one of the table columns. I can even calculate the total w...
asked by 08.05.2017 / 22:58