Questions tagged as 'click'

1
answer

Double event in jQuery click

I'm having trouble with jQuery events on time. I've already used all best practices to stop the click event. Here are some examples: .off() e.preventDefault(); e.stopPropagation(); unbid('click'); Always when there is a click I do this fu...
asked by 06.06.2018 / 13:37
0
answers

click jquery does not work in firefox [duplicate]

Good morning, after the code that fills the table, the manipulation of the click does not work in firefox, but it works in chrome, does anyone have any light, please? function carregarItens(){ //variáveis var itens = "", url = "transfer.ph...
asked by 05.11.2017 / 16:12
1
answer

Macro Vba - IE ... Click, Not working button

I am not able to click on a button that generates a report in Excel (after it opens that "File Download" tab "Do you want to save? Open? Cancel ?, but this part is quiet, I think, if not me and if they already have the solution ...). Problem...
asked by 13.09.2017 / 15:31
0
answers

The web element is clicked but no action is performed (Android) [closed]

I'm sorry for the language, but I'll be more direct I'm having a problem, I find the (mobile) element in a real device, I point to it and click, but it always returns the 'java.lang.NullPointerException' error message, can anyone help me? Cod...
asked by 28.08.2017 / 20:59
0
answers

How to list download links by VBA

Hello My problem is the following ... I am accessing a website, where I provide login and password and I travel through the pages to my page of interest. I have a function that always lists all active page links in IE. The problem is th...
asked by 26.11.2015 / 13:57
3
answers

Javascript function when clicking on any class="xpto"

I have a calendar where every day is: <a class="dia" href="#">(Número do dia, ex: 1, 2, 3, etc)</a> I did this below, but the problem is that I can only choose 1 class, I want it to work with either: <a class="dia"...
asked by 12.07.2017 / 19:49
1
answer

How to use the power button on the mobile phone?

I wonder if you can use the power button on an app in your phone. Example: Performing some function if pressed the button three times in a row. If possible I would like some example. Thank you!     
asked by 30.04.2016 / 18:36
1
answer

I click the button and it does not add the div - C # Asp.Net

I click the button and it does not add me to the div, but sends it to the database, can anyone help me? C # protected void img_btn_enviar_nome_Click(object sender, EventArgs e) { UtilizadoresBot msg_nome = new Utilizad...
asked by 15.10.2018 / 00:37
1
answer

Save incremented value inside a JQuery click function

I have the following function. $('#proximo').click(function() { token = localStorage.getItem("userToken"); page =0; var e = document.getElementById("idSelecionaSize"); var size = e.options[e.selec...
asked by 06.12.2017 / 19:29
2
answers

How to block double click on a video?

I created a page with a video set to the resolution and layout that I want, but when I double-click it it goes into fullscreen mode, I would like to disable it. I used the script : <script> $(document).ready(function(){ $("*").dblclic...
asked by 13.11.2017 / 14:30