Tagged Questions
An event which occurs when user clicked an object.
105
votes
12answers
187k views
Trigger a button click with JavaScript on the Enter key in a text box
I have one text input and one button (see below). How can I use JavaScript to trigger the button's click event when the Enter key is pressed inside the text box?
There is already a different submit ...
28
votes
10answers
27k views
Click Toggle with jQuery
I've used hover function where you do x on mouseover and y and mouseout, so I'm trying the same for click but it doesn't seem to work:
$('.offer').click(function(){
...
28
votes
9answers
65k views
How can I simulate an anchor click via jquery?
I have a problem with faking an anchor click via jQuery:
Why does my thickbox appear the first time I click on the input button, but not the second or third time?
Here is my code:
<input ...
24
votes
4answers
31k views
OnClick vs OnClientClick for an asp:CheckBox?
Does anyone know why a client-side javascript handler for asp:CheckBox needs to be an OnClick="" attribute rather than an OnClientClick="" attribute, as for asp:Button?
For example, this works:
...
17
votes
7answers
44k views
JavaScript: changing the value of onclick with or without jQuery
I'd like to change the value of the onclick attribute on an anchor. I want to set it to a new string that contains JavaScript. (That string is provided to the client-side JavaScript code by the ...
11
votes
6answers
6k views
ASP.Net double-click problem
having a slight problem with an ASP.net page of mine. If a user were to double click on a "submit" button it will write to the database twice (i.e. carry out the 'onclick' method on the imagebutton ...
10
votes
3answers
13k views
How to click or tap on a TextView text
I know this is so easy (doh...) but I am looking for a way to run a method on tapping or clicking a TextView line of text in an Android App.
I keep thinking about button listeners and anonymous ...
10
votes
5answers
13k views
OnclientClick and OnClick is not working at the same time?
I have a button like the following,
<asp:Button ID="pagerLeftButton" runat="server" OnClientClick="disable(this)" onclick="pager_Left_Click" Text="<" />
When I use my button like that, ...
10
votes
8answers
20k views
javascript onclick event over flash object
I have one embed flash movie inside one div, I put one javascript onclick event handler in the main div, but isn't catching the click, what is wrong?
Code:
<div id="top-box-player" ...
9
votes
3answers
107 views
Differentiate between mouse and keyboard triggering onclick
I need to find a way to determine if a link has been activated via a mouse click or a keypress.
<a href="" onclick="submitData(event, '2011-07-04')">Save</a>
The idea is that if they ...
9
votes
4answers
9k views
Clickable widgets in android
The developer documentation has seemed to have failed me here. I can create a static widget without thinking, I can even create a widget like the analogue clock widget that will update itself, ...
8
votes
8answers
1k views
Force a ListView item to stay “pressed” after being clicked?
I have a ListView that opens another activity when an item row is clicked via a onItemClick listener.
I would like that row to stay in its pressed state from the time it is clicked to the time the ...
8
votes
6answers
5k views
Howto: div with onclick inside another div with onclick javascript
just a quick question. I'm having a problem with divs with onclick javascript within each other. When I click on the inner div it should only fire it's onclick javascript, but the outer div's ...
7
votes
4answers
346 views
# or javascript:void(0)?
I do not intend to start a debate.
If we want to make use of the onClick event, we should, on a certain way to disable the href to trigger. - Is this correct ?
If the above is correct, I believe ...
6
votes
4answers
100 views
jQuery click menu
I'm working on this menu:
HTML:
<ul id="menu">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 2</a></li>
<li><a ...
6
votes
1answer
117 views
Onlclick listener is not working properly..?
I have button, which i rotated 45 degrees using rotate animation and applied on click listener that toasting a message.
When i click on upper 50% of the button toast is displaying.
But when i click ...
6
votes
5answers
1k views
android View with View.GONE still receives onTouch and onClick
This is confusing me:
As far as I read a view with setVisibility(View.GONE); should not receive any more touch- or click events.
My layout has two parts which where each will be visible or gone so ...
6
votes
9answers
4k views
Using onClick attribute in layout xml causes a NoSuchMethodException in Android dialogs
I have created a custom dialog and a layout xml:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
6
votes
3answers
4k views
How exactly does the android:onClick XML attribute differ from setOnClickListener?
From that I've read you can assign a onClick handler to a button in two ways.
Using the android:onClick XML attribute where you just use the name of a public method with the signaturevoid name(View ...
6
votes
1answer
1k views
How to use CrawlSpider from scrapy to click a link with javascript onclick?
I want scrapy to crawl pages where going to the next one link looks like this:
Next
Will scrapy be able to interpret javascript code of that?
With livehttpheaders extension I found out that ...
6
votes
2answers
1k views
Intercepting clicks from subview in Android
My application has a custom view which contains other custom views of a different type. The subviews have their own click listeners (which I can't change, as these are in 3rd party libraries). How can ...
6
votes
10answers
11k views
jQuery - How can I temporarily disable the onclick event listener after the event has been fired?
How can I temporarily disable the onclick event listener, (jQuery preferred), after the event has been fired?
Example:
After the user clicks on the button and fires this function below, I want to ...
6
votes
5answers
37k views
jQuery click function vs inline onclick
I'm trying to reorganize my code and make it more unobstrusive.
Mainly, there is a link for performing an action. If you click on the link, the action is performed via ajax (the ajax code is not on ...
6
votes
5answers
44k views
Calling onclick on a radiobutton list using javascript
How do I call onclick on a radiobutton list using javascript?
5
votes
4answers
345 views
Trigger javascript in href attribute with jQuery .click() (or similar)
Unfortunately, I'm working with some 3rd party javascript, which inserts links into my pages. Rather than just use these links as is, I want to use proxy elements, which, when clicked, trigger the ...
5
votes
2answers
468 views
input tag InvokeMember(“Click”) not firing onclick event in web browser
I am using Dotnet Web Browser to click an Input Element - Button. When this click event is fired, it performs a JS function, which generates captcha using Google Recaptcher, source of which looks like ...
5
votes
3answers
619 views
OnClick Position in String in TextView
I'm not sure how to go about doing this, but I was wondering if there was a way to get the position (index) in a String in a TextView when a person clicks somewhere on the TextView. So, if someone ...
5
votes
6answers
823 views
javascript set element background color
i have a little javascript function that does something when one clicks on the element having onclick that function.
my problem is:
i want that, into this function, to set a font color fot the html ...
5
votes
2answers
962 views
Add button to a SlidingDrawer handle?
I've been working on this for a while. The Idea started simple, I wanted a button on a SlidingDrawer handle to allow the user to view settings specific to the content of the drawer. So I made a layout ...
5
votes
4answers
2k views
Android Gallery View Scrolling problem when onClickListener for items given
I have used gallery in my app.
In that i have two images in each gallery item like this
Each rabbit and mouse image is combined as a single gallery item.
So I give onclickListener for both ...
5
votes
1answer
397 views
Richfaces: Link-like text with ContextMenu
I want to render using Richfaces a context menu on left click on a link-appearing text (blue text, and underline and cursor onmouseover). So, imagine a link which when clicked shows a context menu. ...
5
votes
2answers
1k views
Jquery disable link for 5 seconds
I have this code:
$('#page-refresh').click( function() {
$.ajax({
url: "/page1.php",
cache: false,
dataType: "html",
success: function(data) ...
5
votes
2answers
2k views
How to programmatically switch tabs using buttonclick in Android
I have been struggling with this for a few days now. I'm trying to switch tabs programmatically upon a button click. My program works flawlessly if I just use the tabs to change activities, but ...
5
votes
6answers
1k views
onclick or onClick?
I thought that binding the click event in javascript is done by using node.onclick, and Chrome/Firefox seem to agree with me, but I saw it written .onClick here 4 times by 3 people, so it can't be a ...
5
votes
1answer
16k views
Jquery animate hide and show
I would like to have two things happen at once when I click on a link. I am slowly going through Jquery documentation, but have yet to learn what I need yet.
Here is a link to my site
When I click ...
5
votes
7answers
5k views
JavaScript: Adding an onClick handler without overwriting the existing one
I'm trying to modify all links on a page so they perform some additional work when they are clicked.
A trivial approach might be something like this:
function adaptLinks()
{
var links = ...
5
votes
2answers
4k views
Attaching onClick event to Rails's link_to_function
How do I attach an onclick event to a link_to_function such that clicking on the event refreshes an element on the page (using partials)?
When the user clicks the generated link, I'd like to refresh ...
5
votes
5answers
937 views
Click Logging with JavaScript
I want to log all clicks on a link.
I've written a little logger, which can be called by an url (returns an empty page). This url is called with a jquery-ajax-method. But unfortunately not every ...
4
votes
5answers
103 views
Turn Regular Javascript Into jQuery
I have some code that involves clicking on a button and either you are logged in and you go to the next page or you are logged out and you get an alert. I have never liked onClick inside HTML and so ...
4
votes
2answers
79 views
Click event transferred to next started Activity
I'm affected by strange event handling in Android. My problem is that if user clicks at a Button many times really quick then event is queued and transferred further to next Activity.
Here is an ...
4
votes
2answers
317 views
Make differents between setOnClickListener and setOnTouchListener
I need some help. In my android app I have a ViewFlipper that contains some LinearLayout. On every LinearLayout I have a ImageView. For switching between screens I use this code :
LinearLayout ...
4
votes
3answers
58 views
In jQuery, why does manually clicking on a checkbox behave differently than programmatically triggering 'click()' on the checkbox?
I have this checkbox.
<input type="checkbox" id="wtf">
And this event handler:
$('#wtf').click(function(ev) { ev.preventDefault(); alert(this.checked); });
When I click the checkbox, I ...
4
votes
4answers
270 views
jQuery .load() How to prevent double loading from double clicking
I am using jQuery load() function to load some pages into container. Here is the code:
$('div.next a').live('click',function() {
$('.content').load('page/3/ #info','',function(){
//do ...
4
votes
1answer
141 views
Close Spinner on click outside of Spinner
I want to close an Android spinner once I click outside of the Spinner. Is that even possible?
4
votes
2answers
1k views
Handling OnClick event for canvas in javascript and getting its coordinates
I have a canvas for drawing like that
<div id="canvas" style="position:relative;width:600px;height:300px;" onclick="q()"></div>
I need to handle the event when clicking on it and get ...
4
votes
4answers
758 views
JavaScript onClick change css
This is probably really simple, I know you can change css properties with javascript by doing;
document.getElementById('bob').style.background='#000000';
But I recently found out that you can do ...
4
votes
1answer
239 views
float:left stops click event on android?
i have two divs side by side (via float:left).
on this two divs i got a lot of other divs waiting to be clicked.
on firefox it works, but in android, when i click the click event is just triggered ...
4
votes
2answers
3k views
Remove an onclick listener
I have an object where the text cycles and displays status messages. When the messages change, I want the click event of the object to change to take you to the activity that the message is relating ...
4
votes
4answers
273 views
Should I put a Semicolon (;) when I use onclick=“”
Should I put a Semicolon (;) when I use onclick=""
<p onclick="closeLightBox();">Click<p>
or
<p onclick="closeLightBox()">Click<p>
4
votes
2answers
15k views
Android Button: set onClick background image change with XML?
Is there a way to specify an alternative background image/color for a Button in the XML file that is gonna be applied onClick, or do I have to do a Button.setBackground() in the onClickListener?
...