Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
413 views

jQuery .change() event is triggered with .click() in newer versions?

I'm currently upgrading my application to use jQuery 1.6.1 (previously using 1.4.4) and found that now the .click() event automatically triggers a .change() event as well. I created a simple example ...
3
votes
2answers
557 views

Jquery create Double Click event on A Href

Guys is it possible to create double click event for the a href using jquery
3
votes
2answers
530 views

JQuery click anywhere except certain divs and issues with dynamically added html

I want this webpage to highlight certain elements when you click on one of them, but if you click anywhere else on the page, then all of these elements should no longer be highlighted. I ...
3
votes
1answer
457 views

Animated image not moving during long javascript method call

During a method that runs for 10 seconds to add some elements to the html, the animated gif don't move at all, giving the feel that the web page is stuck. Any way around this. Example code: ...
2
votes
6answers
76 views

Can you 'click' loaded content in jQuery?

I am trying to create a page where the example div is clickable, as it would be below. However I'm trying to make it so if the user clicks the logo it will reload the original content using load. ...
2
votes
1answer
195 views

Knockoutjs click binding on parent prevents submit of child form

Check out this jsfiddle. There is a <div> with a click binding. This div has a child form. Clicking the submit button on the child form fires the parent click event, and does not submit the ...
2
votes
4answers
110 views

Click event is not firing after DOM changes in jQuery

I am trying to code ADD & DELETE button in HTML page to delete or add images code in the page. The DELETE button will delete the first image before the button. The ADD button will insert a new ...
2
votes
1answer
106 views

Toggled and animated anchor links do not navigate anymore

I am using jQuery.toggle and .animate for a navigation menu that sits at the bottom of the page. The nav consists of two divs, one as a outer container and the other as a inner container that holds ...
2
votes
1answer
90 views

Prevent jQuery event queuing

I have the following jQuery which is working beautifully: <script> $(document).ready(function() { $("#btnDropDown").click(function () { $("#ListboxWrapper").slideDown("fast"); ...
2
votes
2answers
199 views

Allow onclick just once

In order to add a very long list of option elements to a select list I add them on-click. I want to prevent that the list is added multiple times. How can I do that? ...
2
votes
2answers
197 views

How to show opaque background on jQuery click event

In order to show an opaque background or animated gif while executing some method after an button click fails to show this. It only runs after all the code has been executed. Can I do this in jQuery, ...
2
votes
2answers
825 views

jQuery click() event catch-all?

we're showing a box on the screen that I want to hide when the user clicks anywhere on the screen, including body, anchors, divs, buttons, etc... Is there a selector that can handle this for me? Or is ...
1
vote
3answers
34 views

Different Ways of Handling Click Event

Basically there are multiple options to catch "onclick" events with javascript. The html: <div id='menu'> <button>Title</button> </div> The following few jQuery options: ...
1
vote
1answer
39 views

jQuery get generated elements attributes FF vs IE problem

I have a click event on my select-tag (filterBA), and then the options are generated dynamicly. $("#filterBA").click(function(event){ var $tgt = $(event.target); if($tgt.is('option')){ ...
1
vote
2answers
174 views

Jquery Bind,Unbind

I am binding some click events to some images I have.When one of them is clicked I want to disable all of the images then after two seconds add back the same click event. I have the following so far: ...
1
vote
2answers
40 views

Why is the addition of a new jQuery function preventing execution of an existing one?

I'm struggling to determine why the addition of a new jQuery click function is preventing an existing AJAX call I had from working properly (NOTE: I've double-checked and isolated the addition of the ...
1
vote
4answers
351 views

binding to click event - event only fires once

I'm using jquery to paginate an HTML table. I have 2 CSS classes, aPage and thePage, a javascript function that creates a pagination string, and jquery code to bind each "page" to the click event so ...
1
vote
2answers
184 views

Does the jQuery Address plugin work if my hrefs are empty?

I've been using empty hrefs (href="#") and allowing a jQuery click event to get the data from my controller and display it in a partial view. However, I'd like to implement the jQuery Address plugin ...
1
vote
2answers
499 views

jQuery pass event on to underlying element

I have an image with a click event bound to it which grows/shrinks the image. I am using jQuery to place a magnifying glass in the top corner of the image. The problem is that clicking on the ...
1
vote
3answers
616 views

jQuery / jQuery UI - $(“a”).live(“click”, …) not working for tabs

So I have some jQuery UI tabs. The source code is as follows: HTML: <div class="tabs"> <ul> <li><a href="#ranges">Ranges</a></li> ...
1
vote
4answers
199 views

jQuery click disappears into some abyss

Here is my setup: I have an asp.net button on a page -- <asp:Button id="btnSelectEmp" runat="server" Text="Select Employee" /> I have a .js file with the following jQuery click event -- ...
1
vote
1answer
286 views

jQuery bind unbind click event

I am trying to jQuery to calculate the amount of times a ID has been clicked. for instance if #kwick_1 is clicked once, I want it to load the video 'else' do nothing. And I am looking at applying ...
1
vote
2answers
1k views

jQuery focusOut except if

I simply want to hide a div, if a text box loses focus, unless, the user clicks in another certain div. If user clicks that particular div, then the focusout doesn't trigger the div.box being hidden. ...
0
votes
2answers
44 views

Submitting modal pop up form and another form simultaneously

I have two forms. One is in a modal pop up and one is in the page beneath. I want to submit them simultaneously using this code: $('.window .submitlink').click(function (e) { ...
0
votes
2answers
109 views

jQuery click() function to create circular carousel

The following code triggers an image gallery. $('#coursepanel .thumbstrip img:first').click(); I want a timeout of 5000ms and then the next element to be triggered and then after another 5000ms the ...
0
votes
2answers
152 views

jquery ui dynamic table onclick event is not working

I have requirement to display dynamic table in jquery. On clicking on table data the value should set in below text field. May I know how to capture the name from dynamic table and set into text ...
0
votes
2answers
331 views

NyroModal Not Working On Added Links with jQuery

I have this NyroModal: $('.openModal').nyroModal(); And then I have my Link: <a href="#sample" class="openModal">this is a test</a> This works great, it loads my sample modal like ...
0
votes
0answers
117 views

Programmatically repeating a jQuery Tools Overlay

I have another newbie question about jQuery tools (http://flowplayer.org/tools/overlay/index.html). I have an overlay being triggered when an image is clicked, with code that looks relatively like ...
0
votes
2answers
46 views

Jquery click issue with the Menu

I have two tabs on top of my website named Business and Personal. When the page loads for the first time the items of the Business tab are shown in the bar below to the tabs.By clicking on the ...
0
votes
1answer
27 views

click function stops hover function from working

This is probably an easy solution but Im not getting it. So I have a one page site im working on a I have a jquery .click() function that changes the color of the navigation. I also have a .hover() ...
0
votes
3answers
84 views

.click event doesn't seem to fire

I've got the following code inside of a <script> tag: $(document).ready(function(){ $("#toolbarReset").click(function() { alert("I've been clicked! Oh, what a world!"); }); ... ...
0
votes
1answer
51 views

Work around for jQuery events not firing in Internet Explorer if not ALL elements are found

I'm trying to find a better solution for this problem. I have a game that I'm developing in PHP and it has many different content pages. These content pages contain everything inside the document ...
0
votes
1answer
83 views

What causes a jQuery event handler to silently fail? (Weird jQuery Behavior)

I am receiving unexpected behavior with a jQuery event handler. It is very similar to the problem discussed in this question: Why does my jQuery event handler fail when attached to multiple elements? ...
0
votes
3answers
70 views

jQuery click control another click

I want to pass the click action from a#click1 to a#click2. If I click a#click1, then the link http://www.google.com should be opened. How to do that? <script ...
0
votes
2answers
391 views

jQuery click handlers don't always work in IE 7/8, using v1.5

I have defined some click event handlers as follows: $(document).ready(function () { /* * Since the "Start Upload" button is available, we don't need to worry about starting the * upload when ...
0
votes
0answers
168 views

Assigning Double Click to dynamic A href and passing unique function parameters to each A

Is it possible to assign Double click event to A HREF which is dynamically generated , then assign an user function with parameter that will changes for each A HREF. The V.COMMAND DETAILS is an json ...
0
votes
3answers
162 views

Jquery dynamically assign same function with different parameters to

Guys is it possible to assign Double click event to A HREF which is dynamically generated , to which i need to assign a user function with parameter that will differ for each a HREF.kindly let me ...
0
votes
2answers
239 views

Check and uncheck checkbox and read its state

How can I read the state of my checkbox and set it's state to be visible ? I'm trying something like this, but it always returns true: $('.show-check').live('click', function(e) { ...
0
votes
4answers
402 views

How can I access variables sent in the request via jQuery?

I'm using struts. My ActionForm has an ArrayList set up within it, how can I access the array from the JSP that the ActionForm is sent to by the controller in jQuery on a button click. This is so I ...
0
votes
2answers
192 views

jQuery script working after the DOM has loaded within a .click event?

I am trying to find out how to get a jQuery script to work correctly when a click event is started, the script calculates the height of a container (this script appears at the start of the page on ...
0
votes
4answers
410 views

jQuery click action does not trigger onclick attribute

I am having problems getting a function that clicks all search matched checkboxes. The click event seems to fire, but no checkbox gets checked nor is myFunc() called. It works perfectly when clicking ...
0
votes
3answers
1k views

jQuery click on li with nested ul

I have a list within lists. When a user clicks on a list item (<li>), I want the nested <ul> to show up. Before I started adding the nested lists, I just had it where clicking a list item ...
0
votes
4answers
158 views

How to “trigger” a click event on a specific anchor element with Javascript? preferably with jQuery

What I want to do is issue a click event, preferably with jQuery, on an anchor element, causing the browser to follow that link. I know that my anchor selectors are correct, as they are returning 1 ...