Questions tagged as 'javascript'

1
answer

Close webcam with jquery

I'm using the Photobooth plugin to capture the webcam image from the browser, but after allowing the webcam to be used browser and make capture in a modal I close the modal and the webcam continues in use. Does anyone know how to close the web...
asked by 25.11.2015 / 16:44
1
answer

I can not set site menu and header [closed]

I'm trying to set the menu and header of the site, but I can not !! I managed to put it online if you can check it out: link As you can see, when using the mouse scroll, the menu goes down, the logo does not go down nor the header !! Cou...
asked by 29.11.2015 / 04:19
0
answers

Typeahead clears the input when the value is provided by javascript

I'm using the Typeahead version 0.9.3 to auto-complete my inputs. It's working fine, it takes the information from the bank and it shows everything right. However, if I want to set some value for the input through JavaScript . When...
asked by 25.11.2015 / 14:25
2
answers

Write a new html with js or jquery

I wanted to know if there is a way to present a new html page using a string containing all the content of the new page I am trying to present, the code is below: $("#form").on('valid.fndtn.abide', function () { var data = $(this).seri...
asked by 30.09.2015 / 15:59
1
answer

How to load this .json file into a google API?

I'm having trouble uploading a .json file that contains polylines from the city of Rio de Janeiro within the Google Maps API. I want to apply these route polylines between cities in Rio de Janeiro, on top of a google maps, but I do not know e...
asked by 30.09.2015 / 13:34
0
answers

safari navigation bars do not disappear

I'll explain this through the medium of prints Basically, there are these navigation / address safari bars link Now,whenscrolling(usinganiphone,youcansee,shrinkthenavigationbarandsafarioptionsdisappear,youcanseefromtheexampleofwww.apple...
asked by 01.10.2015 / 10:54
0
answers

Create polygon tool

I need to create a tool that draws a Polygon using the existing polygon tool. It would have a field LAT and LNG , where you would enter the values and it will add the points alone, without having to click with the mouse . Here...
asked by 02.10.2015 / 04:59
0
answers

JavaScript code only works on first run [closed]

The code causes the search button to disappear and an input to enter the search will appear immediately $('#dispara').on('click', function (event) { event.preventDefault(); $('form div').addClass('active'); $('#dispara').css("...
asked by 16.10.2015 / 19:12
0
answers

Problem in jwplayer + chrome combination

Hello, I'm using jwplayer in a web application and am encountering a problem with chrome to execute the tool commands. The problem occurs when you click on the "play" a second time. When this happens, the component gives the play and then pause,...
asked by 21.10.2015 / 15:13
2
answers

Generate HTML elements via Javascript

I need to create a code that after passing some parameters it generates a graphic similar to the image below, I thought of creating a table for each activity. Does anyone have any tips, or do you know an article that can help me? I think of usin...
asked by 17.10.2015 / 23:57