0
votes
2answers
49 views

Using Javascript/jQuery to trigger event when textarea rendered

I have a JSF page where I'm trying to tie the text in specific paragraphs to the contents of a set of textareas. Getting the content to change when a textarea changes is dirt simple using onchange ...
-2
votes
4answers
51 views

jquery define custom event [duplicate]

I'm an intermediate JS programmer and it's a world of difference from PHP (esp. when I'm not an OOP programmer even in PHP). I am interested in defining my own events in jQuery as a possible ...
0
votes
1answer
18 views

Jquery Mobile Events - Need Assistance with Panel and Collabsible Sets

I have the following code where I am trying to find out how to use the events to close the collapsible sets in the panel whenever the panel closes. I have included an example in jfFiddle at the ...
1
vote
0answers
21 views

jQuery and custom events [closed]

I have this event that gets triggered from within a frame: window.top.$(window.top.document).trigger('object-selected',['Custom', 'Event']); In the parent window, I listen like so: ...
0
votes
1answer
15 views

Open hyperlink after jquery scroll event

I'm looking for a script that automatically opens a hyperlink after a jquery scroll event. This is the script I have so far: $(document).ready(function() { $("a.anchorLink").anchorAnimate() }); ...
0
votes
0answers
27 views

waiting for event to be handled to continue executing the function that has triggered the event

i'm looking for an elegant, efficient solution to my problem : i have this webapp with many components; one main component include many additions that will grow/evolve with time this main component ...
4
votes
3answers
69 views

How can I check that a window has been closed in JavaScript?

For example, I have JavaScript like this: windowHandle = window.open('http://www.irt.org/','testWindow','height=200,width=200'); I would like to check whether the 'testWindow' is closed and run a ...
2
votes
0answers
31 views

Get change event of iframe content?

I have a div with an iframe which is showing embedded google map, the map can move, I want to get an event after any change in map image (any navigation) on iframe. can I get it? Thanks P.S.: I use ...
2
votes
2answers
48 views

How can I get a jQuery event to fire on a direct link to http://www.website.com/#id?

Trying to figure out how I can get jQuery to detect a hyperlink referencing a unique ID on the page. I want to load the event not only when the element is clicked on the page, but also if someone ...
0
votes
1answer
44 views

Adding event listener to HTML span tag

I have a shopping cart in an ecommerce and when the value of the shopping cart alters a banner appears different for each value. The js will just run and show the correct banner when the page reload ...
3
votes
3answers
58 views

Trigger click on iframe

I'm aware of the same-origin policy... just getting that out of the way. Anyway, I have a slideshow (slide.js) that has some embedded videos in it. When the user clicks the video, I want the ...
8
votes
2answers
49 views

jQuery Trigger event but still have event.isTrigger false

jQuery provides a isTrigger property which allows us to know if the event was a "real event" or was it only "triggered". $(ele).on("click", function(e){ if(e.isTrigger){ // this event was ...
0
votes
1answer
23 views

triggeredAutocomplete search event

i've a problem with triggeredAutocomplete script that i've found in this page: http://www.hawkee.com/snippet/9391/ I've written this script: $(function() { ...
0
votes
1answer
24 views

jquery ui droppable fires all events on pageload

I have two droppable and two draggable elements On doc ready all the droppable events fire. After which when dragging an element over the droppable element no droppable events fire The draggable ...
0
votes
0answers
16 views

Chrome is firing mouseout events even though HTMLElement was removed

I have noticed a problem that only happens in Chrome. If you are listening to mouseout events on an element (such as to add a hover effect on something), and some action on the element causes the ...
0
votes
1answer
33 views

Trigger event on descendants/iframe [closed]

I have a vimeo player embedded into a site. It is inside a slideshow. When the user clicks the video to play it, I want the slideshow to stop. This is what I've tried so far: $('.vimeo_player ...
1
vote
1answer
23 views

Photoswipe: fire events in iframe with photoswipe

In a website, I´ve an iframe which contains a photoswipe application which is fullscreen on startup. Now, the photoswipe slideshow should be controlled from outside the iframe. I have this code in the ...
0
votes
1answer
40 views

Jquery mulitple buttons with same name triggers event for multiple classes with same name

I'm having some problems firing an event. I have this button called: .read-more and it says.. when clicked .read-more--> .audio h1 do this event and .sc-player do this event. That works.. but now all ...
0
votes
1answer
48 views

Ask if event has listener in jQuery

A function triggers an event and passes on some data which then will possibly be processed by a listener. If not, the function wants to process the data by herself. Well, as I don't know if the ...
0
votes
1answer
52 views

How to get dimensions of dynamically inserted video on ipad? JavaScript

I'm dynamically inserting an html5 video tag with unknown dimensions onto a page. I'm getting the dimensions with the loadedmetadata event which works like a charm on all browsers. However, from what ...
0
votes
0answers
31 views

how to change focus of touchmove without releasing finger in jquery/javascript

i've some images in a div, these png images are draggable and are not rectangular,so when i want to drag an image below the transparent area of the image i've to fetch the event and deliver to the ...
0
votes
1answer
43 views

Post variables not set when EnableEventValidation set to 'false'

So I have a jQuery dialog box within an ASP.NET WebForm application from which I post the content of all the contained controls to another page. The problem is the FileUpload control. When ...
0
votes
0answers
35 views

jQuery Events function once

I have some widgets on my site that when you click the titles, the content within its block refreshes. It is working also, but the click function activates only once. After it fires, it is disabled ...
0
votes
1answer
22 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 ...
0
votes
2answers
42 views

Trigger event on animation complete (No control over animation)

I've a scenario that requires me to detect animation stop of a periodically animated element and trigger a function. I've no control over the element's animation. The animation can be dynamic so I ...
3
votes
3answers
58 views

Track display changes on HTML element with Javascript

Suppose I have a given HTML element, such as: <div id="foo">...</div> Inside that element, lots of things can happen that will change some display configurations of that element, like ...
0
votes
0answers
32 views

keypress event in a common function

I want to write a common jquery function which I want to call on different views in backbone router. In that common function I want to write a input text keypress event to remove the button's disabled ...
1
vote
1answer
48 views

How to add key press Event manually using jquery?

Here I'm having two text boxes which suggests country names using jquery <input type="text" size="50" id="suggestBox"/> <input type="text" size="50" id="suggestBox1"/> Now, if I select ...
-1
votes
0answers
5 views

Mobile - Event when user returns to page from video?

I have a mobile page that links to mp4 videos. The user clicks the link, the video comes up full screen, then returns the user back to where they came from. I want something to happen when the user ...
0
votes
1answer
24 views

retrieving ID via jQuery of clicked list item

Fairly new to jquery. good stuff btw. however. There's something I can't seem to understand. I've got a list that I use as a navbar. Each list item was given an id. I want to get that ID with jQuery. ...
0
votes
1answer
45 views

event order Backbone.Marionette.Application.addInitializer and $(document).read()

trying to get a head around start up events... so I created a fiddle http://jsfiddle.net/erichbschulz/59cDq/ for this this: console.log("starting"); MyInnerApp = new ...
1
vote
2answers
37 views

JQuery: how to re-order list items added by jquery?

I found here by searching a good way to re-order list items. $(".reOrder li").click(function() { var index = $(".reOrder li").index(this); if (index != 0) { // li item is not ...
0
votes
1answer
48 views

Can't add event listener at page load reliably

I can't seem to add these event listeners at page load reliably. Some of the listeners work from the beginning, but others only work after a few clicks. What might be wrong? Could the problem be that ...
0
votes
1answer
46 views

Fire a jquery event in an iframe, run a callback in parent window

I can fire an event in the scope of the parent window from an iframe and listen, but I can't fire an event from the iframe in the scope of the iframe and listen for it in parent windows.. For example, ...
0
votes
0answers
52 views

JQuery mouse event issue

I use JQuery 1.9.1, and I want to bind mousewheel event, but I cant judge mouse up or mouse down. Event I search some information from Google, it shows $(document).bind('mousewheel', ...
1
vote
1answer
38 views

Using a delegate target when binding for a jQuery plugin

I am writing a jQuery plugin. When I am setting up the init method for this plugin, I want to set up events for the context, but am uncertain whether I should set a delegate target for the event or ...
-1
votes
3answers
90 views

Jquery is not showing results

I need to make a jquery to alert "are you sure you want to delete" when user click on delete I've been trying a LOT but didnt find any solution This is my deletemovie.php <?php ...
0
votes
1answer
80 views

Img src changes but not the actual image

I'm changing image by clicking on a button. I can see in the src code that the image is changed, but the actual image isn't changing in the browser. How come, and how to solve it? // ...
1
vote
2answers
28 views

missing parenthesis in jquery event in xhtml page jsf2 application

I tried to use this jquery code to validate my inputs : $(".maqte , .monpu").on("keypress", function(){ if (( (event.which != 46) || ($(this).val().indexOf('.') != -1) ) &amp;&amp; ...
0
votes
1answer
39 views

how to listen for submit event.

Hi i want to know how to tell if a event was fire within 2.5 seconds. here is external function written by some other developer. function validateAndSubmit() { if ...
-1
votes
0answers
31 views

whats the Best way to unbind multiple events with same namespace?

What's the best way to unbind multiple events using the same namespace. Example: $('button').on('click.templates', function(e) { //do something }); $('label').on('click.templates', function ...
-2
votes
0answers
53 views

jquery how to tell if event has been fire

Hi i want to know how to tell if a event has been fire such as form submit. say i have a listener on a button. $("#button").click(function(event) { // check to see if any submit event is fire ...
0
votes
1answer
53 views

Jquery change event not firing on chrome in mac only. Works on safari, firefox, and on chrome on windows 7

The change event is not even firing on mac chromes. Works for win7 on chrome, firefox, and ie, also works on firefox and safari on mac. But not on chrome. Any ideas? Thanks edit: its a drop down ...
0
votes
4answers
112 views

JQuery Fancybox open delay

I have a fancybox for displaying photos and descriptions of them. Now it opens fancybox on mouseenter event. It works perfectly with this code: $('.fancy_link').live('mouseenter', mouseEnter); ...
1
vote
4answers
47 views

jquery off is not triggered

Is there anything wrong with this code? $(document).ready(function() { if($("#textbox-id-recipient").val()) { console.log("In"); $(document).on("click", ...
0
votes
2answers
68 views

jQuery - .on scroll not working on newly added div

I have a button "Window Add" and after clicking it, a new div should be added to the dom. The scroll event on the new div does not want to get attached to it and show the alert when scrolled. I know ...
2
votes
1answer
21 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 ...
0
votes
1answer
53 views

How to create live event for css

How can I make this code live? $("#send_button").css({ opacity: 0.2 }); This code is applied on an element from inside a div on document ready. That div gets replaced by other div on an event, then ...
0
votes
1answer
29 views

Input loses event after include a tr

I'm using the .on() method to bind the following events to a input: $('table.transactions tbody input').on({ "focus": function (e) { $(this).closest('tr').addClass('active'); }, "blur": ...
1
vote
1answer
43 views

C# Webbrowser element RaiseEvent issue

I am loading an external page into my Webbrowser. In this page there is a form an some components in the form. In my code, I want to trigger the "OnChange" event of the form. To do this: ...

1 2 3 4 5 50