Quantcast
Channel: Ajax – {Complexity}
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Ajax (Asynchronous JavaScript and XML)

Asynchronous JavaScript and XML, I can explain this with just one picture. This picture show us that the browser doen’t connect to a websever to get html pages any more. for example, if you open...

View Article



Small Ajax example

JavaScripts create XMLHttpRequest() object first. req = new XMLHttpRequest(); once we create XMLHttpRequest() object, then we can request xml data req.open(“GET”, url); req.send(null); then check...

View Article

Using jQuery with Other Libraries

Overriding the $-function Including jQuery before Other Libraries Referencing Magic – Shortcuts for jQuery var J = jQuery.noConflict(); function init(){ J(“div#sshow”).slideView(); }...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images