Most voted "click" questions
In javascript, this is the capture of the mouse click event on a certain DOM element.
Learn more…57 questions
Sort by count of
-
0
votes1
answer339
viewsClick on the link with vba
I need to click on the object that has the hyperlink to continue browsing the page. Error occurs on line: ie.document.getElementsByTagName("td")(0).CLICK. Sub busca_desc()…
-
0
votes0
answers205
viewsHow to make a Python script run a Click on Windows 10?
I’m trying a simple script with python, it click on a screen coordinate. I have tried with Pyautogui, pynput, pydirectinput, pywinauto... But in none of them the click is actually done, the only…
-
0
votes1
answer73
viewsSingle click counter in php with 12-hour time
Hello, I’m trying to create a click counter that records a log in the database to record the visitor’s IP so that when he clicks the link the click counter only records if he clicked after 12 hours…
-
-1
votes1
answer56
viewsChange view when clicking on another item?
I’m making an email application and I want when I click the email being viewed to change. What I want to happen is: I want to apply the same function in both parts. As for clicking on the email, if…
-
-1
votes1
answer34
viewsTwo Clicks Javascript in one place, can one cancel the other?
I have a little problem, and I would like, please, to have your help. In IMAGE 1: I have a click ($('. open-box'). click(Function (Openbox) {) on line 170, but within this line I have another click…
-
-2
votes2
answers873
viewsJavascript does not load all functions
Have (a|a) (great|great) (day|late|night)! All right! When inserting many functions in a <script type="text/javascript"></script> My code is not running all of them! The browser console…
javascript javascript-events click events event-listenerasked 6 years, 5 months ago Leonardo Lima De Sousa 29 -
-2
votes1
answer38
viewsHow to close the navbar beyond the hamburger icon by clicking outside the menu field?
I recently followed a tutorial on Youtube regarding a menu that I would really like to use; in responsive mode a hamburger icon is generated, showing the navbar menu when clicked and turning the…