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...
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...
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...
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:...
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...
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...
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
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...
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...
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()...