/* user properties */ var url = "zingmw"; /* user properties end */ ...
JavaScript Zing JS with AJAX requests
by https://www.google.com/accounts/o8/id?id=AItOawlqFL8_2UJb8WgR5uKKAHl4uXBvgRVIslY,
March 15, 2012 06:08,
2 refactorings, tagged with ajax, interface, facade
// form fields
var address = $("#address");
var zip = $("#zip");
...
JavaScript Perform AJAX request when t...
If three fields (address, z...
var hash = new String(document.location).indexOf("#");
if(hash > 0)
{
...
JavaScript Small Javascript Code
by openid.aol.com/aviewanew,
October 06, 2008 01:20,
6 refactorings, tagged with javascript, ajax, history
It's for detecting if you'r...
this.getHttpRequest(identifier).onreadystatechange = function() {
try {
ajaxChat.handleResponse(identifier);
...
JavaScript AJAX makeRequest
This code crashes Firefox 3...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> ...
JavaScript ajax star rater using mootools
by blank714.myopenid.com,
November 21, 2007 08:00,
4 refactorings, tagged with mootools, ajax, star rating
i know theres a lot of star...
The script is included in p...