Search


Change Language


Ajax Downloads Home arrow Ajax Frameworks
Free AJAX Scripts by Freeajaxscripts.net
CrossBrowserAjax - AJAX Script

CrossBrowserAjax (CBA) is a tiny, fast, and truly cross browser library that makes adding AJAX features to your pages very easy.

Version: 1.10

License: MIT (Free for all use)

 

Key Features:

  • Extended Cross Browser Compatibility.
    Works with IE5.0+ ( even with disabled ActiveX ), Mozilla1.7+, Firefox1.0+, Opera7.3+, Safari
  • Small size. 2.5Kb compressed
  • Data can be loaded from different host
  • Easy-to-Use.



Average Visitor Rating: 4.60 (Out of 5)
Number of ratings: 5

Select your rating
Excellent  Good  Average  Fair  Poor 
Script Information
Website: Home of CrossBrowserAjax
Demo: Demo
Download: Download
Average Visitor Rating: 4.60 (Out of 5)
Number of ratings: 5
Hits: 2559
Added: 2007-03-22 02:52:59
Last updated: 0000-00-00 00:00:00

Reviews (1)
Excellent but it needs one change
Reviewed by Iesus, 2011-04-13

small change needed to work in all browsers
including FF4

I changed this:
this.createScript = function( _parent, _id, _request )

{
var span = this.createElement( _parent, 'span', {'style.display' : 'none', 'id' : _id}, '%' );
setTimeout(
function(){
var _script = span.getElementsByTagName('script')[0];
_script.type = 'text/javascript';
_script.src = _request;
}, 5);
}


To:
this.createScript = function( _parent, _id, _request )
{
setTimeout(
function(){
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = _request;
document.body.appendChild(s);
}, 5);
}

Results 1 - 1 of 1

There are 279 free ajax scripts and 31 categories in our directory





Lost Password?
No account yet? Register
We have 29 guests online