jQuery.support.ajax property in jQuery 1.4.3
Recently, I had posted about that jQuery 1.4.3 release. I had also posted about "jQuery.fx.interval Property Demo" and "jQuery.isWindow" method. Few new Ajax features are also launched with the jQuery 1.4.3. One of them is a new property called "jQuery.support.ajax". This property returns true for browsers which support or capable of handling XMLHttpRequest or Ajax. […]