27
votes
7answers
11k views

A good Javascript API reference documentation related to browsers and DOM

I am looking for a good API documentation for Javascript especially related to browsers and DOM. I am not looking for any kind of Javascript tutorial, but simply a documentation for all standard ...
22
votes
8answers
22k views

Javascript Load Order

Hey I am working with both amq.js (ActiveMQ) and Google Maps. I load my scripts in this order <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> ...
8
votes
2answers
9k views

How to detect when a youtube video finishes playing?

I am working on a site that has a ton of embedded youtube videos, the client wants to show a popup whenever a video stops splaying. I looked at the youtube api and there seems to be a way to detect ...
20
votes
5answers
28k views

Using Youtube's javascript API with jQuery

I'm currently trying to use the YouTube API as part of a jQuery plugin and I've run into a bit of a problem. The way the YT api works is that you load the flash player and, when it's ready it will ...
12
votes
5answers
598 views

Is there a more comprehensive JavaScript function reference than w3schools? [closed]

I've been searching around online for a while now and I can't seem to find any particularly impressive function references for JavaScript. Of course, QuirksMode and w3schools have good information, ...
4
votes
1answer
981 views

how to use the google maps api with greasemonkey to read a table of addresses and trace the route?

There is a website which holds the buses routes for my city (Porto Alegre - Brazil) in a table. ex: EPTC Using Greasemonkey to load de Google Maps API, id like to show a fixed map at the top right ...
4
votes
5answers
5k views

Spotify Apps API: any more documentation?

I've been playing around with the new Spotify Apps API since yesterday but even though the documentation they have online is pretty good, I can't find anything on to use the API object you receive ...
4
votes
1answer
4k views

Google maps saving dragable directions

You can create markers in my web application and create a route with google directions with those markers. But I want the user to be able to change the route aswell and i've found dragable directions ...
3
votes
1answer
3k views

How to extract url data from Reddit API using JSON

I am trying to extract the URLs from an image-only subreddit and have them output inside <img> tags. Been trying to hack together the .getJSON() Flickr example from the jQuery Docs for a while ...
5
votes
2answers
9k views

Google Maps API v3 Event mouseover with InfoBox plugin

I'm mucking around with v3 of the Google Maps API and using the InfoBox plugin (part of the http://google-maps-utility-library-v3.googlecode.com/ suite) in conjunction to make some nicely styled info ...
4
votes
2answers
4k views

Query Wikipedia's API using AJAX (XMLHttpRequest)

I am trying to implement a simple request to Wikipedia's API using AJAX (XMLHttpRequest). If I type the url in the address bar of Firefox, I get a neat XML, no sweat there. Yet, calling the exact same ...
4
votes
3answers
315 views

jQuery.each implementation differs from native Array.forEach

Does anyone why is the otherwise excellent jQuery.each function is designed differently from the (now) native Array.forEach? F.ex: var arr = ['abc','def']; arr.forEach(function(entry, index) { ...
3
votes
1answer
2k views

using chrome.experimental.webRequest API to change loaded file?

I'm trying to use webRequest API to change the loaded .swf file on a webpage... The page loads a file called chat.swf, but i want to redirect to chat2.swf in the same directory in order to use the ...
41
votes
4answers
1k views

API design and jQuery

I have often heard that jQuery has made some poor API decisions. Although jQuery is not my favourite library it's the library I've used most often and I find it hard to point out specific mistakes in ...
10
votes
5answers
6k views

How does Google's javascript API get around the cross-domain security in AJAX

How does Google's API make cross-domain requests back to Google, when it's on your website?

1 2 3 4 5 11
15 30 50 per page