ebook img

Bulletproof Ajax - Adactio PDF

36 Pages·2007·2.11 MB·English
by  
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Bulletproof Ajax - Adactio

Bulletproof Ajax Bulletproof progressive enhancement behaviour JavaScript presentation CSS structureHTML content <p> This is the introduction </p> <p style="font-weight:bold"> This is the introduction </p> <p class="intro"> This is the introduction </p> .intro { font-weight:bold; } <a href="help.html"> Need help? </a> <a href="help.html" onclick="window.open (this.href); return false;"> Need help? </a> <a href="help.html" class="help"> Need help? </a> window.onload = function() { // get links with class help // loop through links link.onclick = function(){ window.open(this.href); return false; }; }; beware <a href="javascript:..."> <a href="#" onclick= "..."> communicating with the server without refreshing the whole page. Ajax communicating with the server without refreshing frames the whole page. iframe Flash XMLHttpRequest Microsoft IE5 Mozilla Safari Opera W3C XMLHttpRequest

Description:
progressive enhancement. browser server data processing displaying. browser XHR server data processing displaying deceptively fat client. navigation search main
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.