Questions tagged as 'onclick'

1
answer

How to select 'onclick' with random 'id'?

I am extracting data from a web with a series of tables that are loaded with data according to the tab that you select and I can not do the corresponding 'onclick'. The id of the element changes randomly and also the property of the onclick attr...
asked by 19.03.2018 / 16:00
2
answers

Is it possible to put 2 onclick?

I currently have this <li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN1__1')">IMAGEN1</a></li> <li><a class="tablinks_ tab__active__" onclick="openCategory(event, '__IMAGEN__2')">...
asked by 21.04.2018 / 12:16
0
answers

Issue message by pressing submit button and display access result to bb.dd

We have a page with HTLM and php code with include (Busconv.php), in which I perform a search on bb.ddd, I would like to know how I can issue a message when I press the SEARCH button and there is no record in the bb.dd .. The approach...
asked by 16.05.2018 / 11:40
1
answer

Android - Method setOnMarkerClickListener execute the second click

I want to know if you can perform the setOnMarkerClickListener method, but perform the scheduled task on the second click. googleMap.setOnMarkerClickListener(new GoogleMap.OnMarkerClickListener() { @Override...
asked by 26.06.2018 / 05:17
1
answer

The second time of onchage does not work on an input file

The code tries to draw on the canvas the image that I select with the input, but it turns out that in the code I have, the first time I enter an image it works but when I re-select another photo in the input file, the onchange no longer works....
asked by 08.06.2018 / 11:32
1
answer

PROBLEM Jquery and Ajax, send data to the same FORM

I am making an order form, in which I include a button that says: "Add Additional", that displays a "Modal", when filling in these fields, a button that says, add to the order. What I try, is that when adding to the order the established data...
asked by 20.08.2018 / 17:33
1
answer

Uncaught TypeError: Can not set property 'onclick' of null

Malfunction or bad syntax of the "onclick" event on HTML elements created in a DOM function. Why is this error? animales.js:70 Uncaught TypeError: Cannot set property 'onclick' of null Line 70 is the following: document.getElementById(...
asked by 31.05.2017 / 15:30
2
answers

Onclick event in buttons created dynamically

I am creating a table and two columns I have to put some buttons to edit and delete but what happens is that the table is created well but pressing the buttons does not find the onclick event. Does anyone know what is going on? Every time...
asked by 10.07.2018 / 00:12
1
answer

Android Google Maps - SetOnInfoWindowClickListener

This is my situation, I have markers that show information from a JSON, what I want is to select a marker and that I sent an activity with the information associated with it, the problem is that, this step is not met, reviewing logcat, I noticed...
asked by 26.06.2018 / 09:56
0
answers

Share link on facebook from Safari

I have a page made in Wordpress that has some links to share certain content on Twitter or Facebook. The problem is that the Twitter share button works well for me in all cases, but the Facebook one does not work in Safari (probe on Iphone and I...
asked by 28.06.2018 / 20:41