The observer pattern is extremely powerful in many cases where you want to have a Javascript class “listen” to another object. The class or object attaches to a Subject and waits an…
Month: February 2010
JQuery & JSONP
http://jasonkelly.net/archive/2009/02/24/using-jquery-amp-jsonp-for-cross-domain-ajax-with-wcf-services.aspx Technorati Tags: json,jsonp,jquery,javascript