Questions tagged as 'javascript'

3
answers

Problems with jquery buttons (dataTables)

Good morning, I am creating two tables in the same html file only in different tabs, in each table headings are handled and an export button to excel, the problem that generates me is that when exporting the tables, only the button of the first...
asked by 16.01.2017 / 18:21
1
answer

How to get the change event of a layer in OL3 using ol.control.LayerSwitcher

I'm using Open Layers 3 with the ol.control.LayerSwitcher plugin and I wanted to know how I can get it when I change a layer in the switcher. I was looking for a lot on the internet and I can not find a solution to this. The idea is when the c...
asked by 07.01.2017 / 14:39
1
answer

How to add ImageView to ListView

I've been reading and apparently you have to create an Adapter, but the truth is that I do not clarify much, someone could make an example or guide me something else? If you need more information or something else, tell me. Thanks! I leave my...
asked by 31.12.2016 / 00:37
1
answer

Problems with DATABASE and JavaScript

The database works perfectly for me, it keeps the information I want, the problem comes when I add a new member (DATE) to the listView, I close the application when I start, LOG: 12-29 19:17:07.187 24552-24552/prueba.nuevointento E/SQLiteLog:...
asked by 29.12.2016 / 14:50
1
answer

Modify a data by its id in firebase database

I need through Javascript to send information to the database of Firebase , which should modify the existing one by the new information based on an id or several identifiers. Someone who knows how I can do this? What I have so...
asked by 28.12.2016 / 22:37
1
answer

google maps infoWindow does not show the content

I am using google maps and I have a map where I take the markers from a database and I show them on the map, I add a infoWindow that is shown when they click on the marker, everything works fine, except that the infowindow appears...
asked by 10.01.2017 / 12:40
1
answer

Generate Alert From Bootstrap With JQUERY

I try to send an ajax request which I need when I return the answer in the .done (function (- > answer < -) { How can I make that validation in the donation so that this "alert" appears in my view? thanks     
asked by 11.01.2017 / 13:26
1
answer

Google Chart from JQuery Array

My goal is to obtain a graph from an array obtained by JQuery I import the Google Chart <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script> The block where I get that array is the following...
asked by 27.12.2016 / 15:33
2
answers

Script for autoclick

I'm trying to make a script that autoclicks a part of an iframe. The idea is this: On my website (web 1) there will be an iframe from another website (web 2). The idea is that when you load the web1, an autoclick is made in a specific part...
asked by 23.12.2016 / 16:37
1
answer

Mark mark in jade does not work

I have the following code that dynamically marks what the user writes, note that pure html is used, but when it happens to jade it does not work var normal, destacado, texto, entrada; function inicializar()...
asked by 23.12.2016 / 16:11