jQuery supports several methods for implementing JavaScript events

learn more… | top users | synonyms

0
votes
1answer
28 views

jQuery Mobile Duplicate Triggers Explained

I understand that when you create a listener in jQuery Mobile like: $('.this-class').on('swipe',tapHandler); tapHandler will run twice. In order to eliminate this problem I have seen multiple ...
0
votes
1answer
13 views

My Event Tracking inst working?

My event tracking isnt working on my Google analytic's. Below is the code that it gave me to insert into the webpage and below that is the snippet it told me to put. I am wanting to track the number ...
0
votes
0answers
17 views

jQuery Mobile pagechange event when replacing only content

I'm working on a jquery mobile project with a rails backend. I have a "master" template, with the page structure as suggested from jQuery mobile website. I have a multi-page system and for every page ...
0
votes
2answers
30 views

list item “title” onchange event JQquery

I have a quick question. Is it possible to make a event from when a list elements title is changed? example: <ul> <li id="li_1" title="40">40</li> </ul> When title ...
2
votes
1answer
11 views

Receiving events from slider event after page change in jQuery Mobile

In a PhoneGap app, I navigate to a html page via the $.mobile.changePage() function. The target page contains a slider input element. I want to compute the selected value after a change of the ...
0
votes
2answers
36 views

Relative keypress event to the handler event

I am creating a comments system inside a table. Each row can contain comments and a textbox to add new ones. This options are created after clicking in the comments icon. (first event handler) I am ...
0
votes
1answer
14 views

Jquery trigger an event with on() for an appended element

I basically have a list of products and only one of them can be the default one. This is the basic html: <td> Product 1 <br><span id="defaultProduct1"><a href="#" ...
0
votes
1answer
35 views

jQuery mobile listview multiple click event

I fill list dynamically, and after that on click I have multiple calls of event. 1st time it is repeated 1 time, 2nd time 2 times, 3rd time 3 times, etc...
2
votes
4answers
35 views

jQuery .on keyup and blur firing onload only

Problem: The blur and keyup events each fire once onload, and only onload. How can I get them to work correctly? jQuery: function myFunction(text){ alert(text); } $('#input1').on({ keyup: ...
0
votes
0answers
22 views

Manually trigger `autocompleteselect` in jQueryUI Autocomplete

I've got a custom rendering solution set up using jQuery Autocomplete. // save a reference to the widget itself to override methods var widget = $('#ui-search').on('autocompleteselect', function(e) { ...
2
votes
1answer
34 views

jQuery Mobile event handler not always working

I have an event handler which should be called after the value of a selectbox (id="save-login") has changed. The selectbox is displayed as a slider, hence I use the "slidestop" event. The page has a ...
0
votes
2answers
36 views

keypress event inside another event jumping multimple times

I am using a keypress event inside another event (click event). This is because it needs multiple variables calculated inside the parent event and because it should only be fired after the click ...
1
vote
2answers
25 views

Cannot run click function when jquery delay() is active

i create simple form using jquery(ajax) and when user submit form the success message will appear slideDown() and delay for 6 second after that will slideUp() but when delay() is active i cannot ...
0
votes
0answers
39 views

how to disable the persistent navbar to show on click

I have a mobile app, and within [data-role="content"] div contains a clickable element with function i.e. div, and when I click the said div the navbar toggles on show/hide... How do I disable on ...
-1
votes
0answers
24 views

onmouseover show image in a iframe or javascript frame in a specific location or coordinates [closed]

I am running website. having a good traffic. i have started banner ads services for other website owners to place their banner ads in a iframe by using a ad rotator script. I want to know is it ...
1
vote
0answers
102 views

PHP MYSQL Creating events with no recurring end date for jquery calendar

What I Am Trying! I am making an event calendar using jquery, php and mysql. The events created are stored in mysql database and then fetched back and displayed in the calendar. The events contain a ...
0
votes
2answers
26 views

Jquery: Why if I had a jquery trigger inside in other, the second when occurs fire multiple times?

I have the follow code to make toggle a vertical dropdown. The problem happens when I do mouseenter several times in 'ul > li > a' and after select de submenu and I enter inside it, the second trigger ...
4
votes
1answer
44 views

Mousemove event working on document but not 'body'

I am trying to make a div look like a turned-off light and when the mouse moves, the light turns on. I am done with the part where the mouse movement turns the light on. Look at this fiddle. jQuery ...
1
vote
1answer
64 views

How to get event listener of element set through Jquery in chrome dev tool?

I tried to search but not found exact solution. If a div element has onclick event listener set by jquery than how to get value/function triggered on click in chrome dev tool? I try in dev tool but ...
0
votes
5answers
65 views

how do you restart setInterval on mouse out

I have a function that runs on document load after 5 seconds, on mouseover i want to stop the setInterval and then on mouseout reset it. I have read loads tutorials but cant get it to work. My code is ...
-3
votes
0answers
34 views

onchange is change in jQuery [closed]

maybe this is a dumb question But why is the javascript "onchange" event in jQuery just called "changed". also: onclick --> click onchange --> change onload --> load ... I like the ...
0
votes
1answer
26 views

How do i trigger an event on mouse over with iframes

I have tried everything and cant get the value of the next iframe, the i frames are echoed out using php.(code below) <div class="video" vid="'.$userID.'" '.$style.'"><iframe ...
0
votes
2answers
24 views

Custom event trigger in a jQuery plugin

I have trouble adding a custom event to a jQuery plugin. I have made a very simple jQuery plugin from which I trigger an event, but attached handlers don't fire properly: http://jsfiddle.net/FhqNf/2/ ...
2
votes
1answer
29 views

Can Deferred object chains be used on event handlers?

I'm somewhat new to Javascript / jQuery (but not to programming), so please excuse any ignorance on this matter. I've already looked at this question and this one, but neither one solved my problem. ...
0
votes
1answer
30 views

Using this(class object) inside click event function

I have a click event over a button, I have to pass this class object to call a function inside click event.I requirement is following $(this).on('click', function(){ this.callFunc(); }); For ...
0
votes
2answers
38 views

jQuery unable select element from getJSON

I'm using the .each method with the .getJSON method to print out objects in a JSON file. This works fine, however I am unable to add a click function to an element that has been printed out. I am ...
1
vote
2answers
64 views

jQuery hidden div using hover showing all hidden divs

I'm sure it's been asked, but I couldn't find a solution to my issue. I have a class that is named the same across 3 divs. This class is being hidden using css. The issue is that when I hover over 1 ...
1
vote
1answer
20 views

Using ajax with jQM and seeing duplicate POSTs

I'm noticing ajax being called several times resulting in duplicate entries in mySQL. What's the deal? Can anyone see anything in my code? $("#form-addcomment").live('submit', function(e) { ...
0
votes
0answers
32 views

Remove an event from jQuery queue

I want to remove the CalculateCost event when it meets a certain criteria. There isn't any room for design changes, this is what I have to work with: layout, is an aspx page with a jquery tab (each ...
0
votes
0answers
8 views

which events are exist on element in jquery?

In jquery, I want to know know that which events are exist on particular element, for that I used this function $(selector).data('events') but it did not work, Here is my code <!doctype> ...
0
votes
1answer
37 views

Jquery - click event added inside another click prevents the original click

In a login box, I have added a button called 'Reset Password'. When that button is clicked I show few more fields in the same form and button shows 'Cancel'. But when 'Cancel' is clicked and added ...
0
votes
1answer
27 views

Strange behavior using live event on IE10 with jQuery

I have the following code: $('input.test2').live('keyup', function (e) { }); $('input.test1').live('change', function (e) { }); test1 and test2 are classes of the same input element.. but only the ...
1
vote
2answers
58 views

JQuery event, text changed but NOT by keyboard - how to catch it?

Scenario: A humble text field, marked as readonly. When clicked a datepicker appears. When you click a date from the datepicker it populates that text field with something like: 10/05/2013. Problem: ...
0
votes
1answer
36 views

jQuery doesn't fire event on after-injected form

I'm using jQuery 2.0.0 and I have a basic page with 2 links. If the user clicks on the links for each one a form is loaded via Ajax and injected to a container. Earlier it was possible to bind events ...
1
vote
1answer
72 views

pagebeforeshow event not fired after call to changepage

I'm just starting out in jQM development and have hit a bit of a brick wall. In short, I have a javascript file and two pages. In the main page (index.html) I'm populating a listview dynamically, and ...
1
vote
2answers
37 views

Is it possible to bind a handler to a jQuery effect?

I would like to call function when slideUp or slideDown are performed on an element. Is this possible? Something like: $('#panel').on('slideUp', function() { open--; }); $('#panel').on('slideDown', ...
0
votes
1answer
75 views

unable to attach click event to li element using jquery

I am unable to get the click event for this HTML: <ul id="frd_overlay_list"> <li><div class="divLink"><div id="1"><img src="path"><div ...
1
vote
2answers
50 views

How add Click function to Dynamic Items that created by Json?

I'm trying to add a click event handler for each element that was created from JSON dynamically. Here is my code : $.getJSON('slides.json', function (data) { for (var i = 0; i < data.length; ...
0
votes
2answers
119 views

jQuery click event not firing in jQueryMobile

Using jQuery jquery-1.9.1.js and jQueryMobile 1.3.1 (Chrome 26/Windows 7) I cannot see why one of these 'click' events bound to #one1 fires and the other doesn't: HTML: <div data-role="page" ...
0
votes
5answers
56 views

Reduce image size using jquery?

I need to reduce the image size using jquery(not the div size) , when I entered the mouse into the div which contains an image. My div will be, <div class="toolbarIcon" > <img ...
0
votes
2answers
45 views

javascript mousedown event location on windows phone

I am creating a mobile site that needs to be cross browser compatable. For one feature I need to detect the location of a touch event. Windows Phone does not support touchstart etc. so I am using ...
1
vote
2answers
34 views

Data attribute changes not detected with jQuery

I am changing the data-demo attribute of a div element and when I want to check it with in another event, it always shows me the initial value of it instead of the current value. This is the code I ...
-2
votes
1answer
90 views

How to Avoid Class Conflicts in jQuery [closed]

In my code we will generate dynamic divs according our requirement like number of appointments per day. Our main requirement is that on mouseover, we fetch the details of the patient for a particular ...
2
votes
1answer
30 views

When using nested tabs with jqueryui, how can you catch events from only the parent widget

I'm using the jqueryui widget, tabs. I'm in a situation where I have tab nested within tabs. I want to handle events from the parent tabs widget only (#tabs) but ignore the nested child (#tabs2). Is ...
0
votes
2answers
31 views

Detecting a selection of a old value with mouse

When i click on an <input type=text>, a list of old values appear. If I chose one of them with the mouse, the event "change" from jQuery doesn't trigger. What event should/could I use to detect ...
1
vote
1answer
47 views

How does jquery element.ready() works?

this is my first post here, so be patient if I do something wrong; it can happen even if I carefully read the rules. I have used javascript for years, but never felt the need to use a library like ...
2
votes
1answer
22 views

Running event function after event has been set up

This will do it: $('input').on('change', function(event){ ... }).change(); ...but what if there is another plugin installed that hooks some function on the change event? I'll trigger that ...
1
vote
2answers
43 views

jquery triggerHandler doesn't work while trigger does

I am adding a click event to a checkbox which will show/hide additional fields depending on its checked status. I want the handler to fire on load to set up the initial page structure. For some ...
0
votes
1answer
49 views

.on event keeps getting fired over and over again

I'm trying to setup an event where it fires after my element is opened. So I have a tooltip and I have a click event which shows the tooltip. Then when that happens I setup a document click event that ...
0
votes
2answers
39 views

JQuery passing arguments for On Change for an item added to DOM via AJAX

I have multiple HTML fragments that are inserted into my DOM as the result of AJAX call-backs. Each of these fragments will contain a text box whose class is "quantity". What I want to do is to ...

1 2 3 4 5 26