Tagged Questions

0
votes
3answers
41 views

How do I make an HTML button not reload the page

I have a button (< input type="submit"/>). When it is clicked the page reloads. Since I have some jQuery hide() functions that are called on page load, this causes these elements to be hidden …
0
votes
3answers
48 views

jQuery selectors help

I have the following HTML <ul class="main-navigation"> <li class="left">&nbsp;</li> <li class="normal">Home</li> <li class="normal">Internet</li> …
1
vote
2answers
44 views

How to programmatically change the OnClientClick event and call it?

I have a ListView that contains playlists. If the user wants to edit an album, they click the edit link and it allows them to remove or add songs to the playlist. If the user wants to Save a new …
0
votes
2answers
18 views

Javascript pageLoad not executing in a master page

What causes the following pageLoad to not execute in a master page? The first alert executes as expected, but the pageLoad function is not being invoked. How can I use the function within a …
1
vote
3answers
46 views

Event listeners in JavaScript with parameter

How can I add an event listener (addEventListener(),attachEvent()) that also accepts a parameter? The parameter is passed as the element's custom attribute like: <img src="icon.gif" alt="Test …
0
votes
2answers
69 views

Is this a IE8 or jQuery’s bug?

<option> doesn't respond click/contextmenu events in IE8? Here is all the code to verify it locally: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" …
0
votes
4answers
58 views

javascript proplems

lets say i have a list of links: <a id="home" href="#"> home link </a><br/> <a id="list1" href="#"> some text1 </a><br/> <a id="list2" href="#"> some text2 …
1
vote
3answers
41 views

Javascript: Is there a way to tell when a div has been added to an element?

Say I have a third party twitter widget on a page which keeps updating whenever there is a new tweet. Is there some way to figure out when a new div has been added to this widget? Is there an event or …
0
votes
2answers
33 views

jQuery check if onClick exists on element

I found the way to check if event exists on element. But it's not work on the events which is not delegated by jQuery... When I try, $("a").data("events"); for this. <a href="#" …
0
votes
1answer
36 views

uservoice javascript widget - How to popup feedback form automatically on page load

In an HTML page, how can I know when a externally loaded javascript object is defined and ready for methods to be called on it? Problem specifics: I'm using the uservoice feedback web application …
1
vote
3answers
50 views

The proper way to handle popup closing

I'm looking for close event for popup. I've found one for XUL, but I need it for HTML. Popup has closed property. >>> var popup = open('http://example.com/', 'popup', …
0
votes
0answers
17 views

Firing contextmenu event in Firefox AddOn gives different Elements (XPCNativeWrapper vs. XULElement)?!

Hi folks! Executing this JavaScript: window.addEventListener("contextmenu", function(e) { afunction(e); }, true); function updateReflectMenu(anEvent) { var elemUnderMouse = anEvent.target; …
0
votes
1answer
64 views

window.resize event firing in Internet Explorer

As you are aware, in Internet Explorer, the window.resize event is fired when any element on the page is resized. It does not matter whether the page element is resized through assigning/changing its …
0
votes
2answers
25 views

How to raise a global event in dojo?

Hello, I am trying to raise an event to all of the widgets that catch it. I have an authentication widget and other widgets that depeand on the fact that the user is logged in. I would like to raise …
0
votes
2answers
44 views

Javascript race condition question

EDIT: I figured out the answer to the original YUI3 question I posted here, but it led to another one and instead of starting a new thread I thought I'd just add it here. Please scroll down for the …

1 2 3 4 5 34 next
15 30 50 per page