Questions tagged as 'javascript'

0
answers

Google Maps API: Zoom in bookmark group

I have a map where the user looks for points like bakeries, supermarkets registered around an area. I would like the map API to grab all the zoomed points that display all of them. I tried to use fitBounds, but nothing is happening. Can yo...
asked by 01.04.2015 / 21:10
0
answers

Combobox + UF + City + MySql + JavaScript

I have the following question: I have a project in Java JSP and I do not know how to select the UF combo and the City refresh as I selected earlier. Below I have an example with fixed data, but I want to do it in mysql, I want to know how I can...
asked by 31.03.2015 / 23:00
0
answers

Log in automatically to a web-site C # Programmatically

The company I work for has 3 websites both with login and password I would like to know something in C # .NET or Javascript that is from a redirect link. 1 Step: Access the Site 1 www.site.com.br 2 Step: Login Site 1 Step 3: Within Site...
asked by 02.04.2015 / 21:37
0
answers

How to convert "arraybuffer" to "string" and vice versa?

I'm making a mobile app in HTML5 and need to store data from MP3 files and bitmap images in localStorage. The problem is that you only have to store String so I need to convert a buffer to String to stock and then the opposite to retrieve. I...
asked by 29.03.2015 / 21:26
1
answer

Executing a function allocated to an object from a comparison in for

I am building a library to validate forms (I know there are numerous but my case is specific) and I wanted to be able to send a function to an object with the fields and at its sub-level its validators. so from a comparison, when there is a vali...
asked by 24.03.2015 / 20:29
0
answers

Bootstrap table filter does not work

For some days I've tried to implement Boostrap's Table Filter, but the filtering does not work. Could someone help me? Here's the whole code: <head> <meta charset="UTF-8" /> <title>Teste</title> <scri...
asked by 26.03.2015 / 22:38
1
answer

Adding a tag to another tag using JavaScript

I have a jQuery that I use on a website that I'm doing that applies the zoom effect to an image. But when I hover over the image and it zooms in, jQuery creates another IMG tag with the same image by applying a class="zoomImg" to it:...
asked by 23.03.2015 / 13:48
0
answers

Web Pages - Show, assign and search data in an Excel file

I've created a WEB page to work as a FAQ in SharePoint 2010 . But I do not have much knowledge either in SharePoint and neither of HTML and JavaScript . I'm researching to get more knowledge about the topics. On my page I hav...
asked by 23.03.2015 / 13:07
0
answers

Displaying value in the field formatted by angular-input-masks

Good morning I successfully used the library: link to format value in monetary format. My problem is that when editing the value does not appear in the field, however the value of the field is filled, then save it it zeroes the value....
asked by 26.03.2015 / 20:14
0
answers

Mark text with JavaScript

I would like to create a text markup on an HTML page made by JavaScript. I've made a method that I can get the start and end points of a user-made selection and save them to Android, but I have no idea how to create HTML markup after the page lo...
asked by 20.04.2015 / 17:28