Link Details

Link 9197 thumbnail
User 111696 avatar

By bloid
via simplejs.bleebot.com
Published: Dec 15 2006 / 15:25

SimpleJS is a javascript framework that's simple and light making it possible to quickly and easily get AJAX and DOM effects up and running.
  • 11
  • 0
  • 959
  • 260

Comments

Add your comment
User 111696 avatar

bloid replied ago:

0 votes Vote down Vote up Reply

They could do with an English speaking proofreader...

User 211123 avatar

jiminoc replied ago:

0 votes Vote down Vote up Reply

horrible! please do not use this framework. this code blows. Completely novice for any type of real ajax application. Everything is a global variable and function????


code sample... speaks for itself.

function $ajax(file)
{
if(window.XMLHttpRequest) // FIREFOX
xhr_object = new XMLHttpRequest();
else if(window.ActiveXObject) // IE
xhr_object = new ActiveXObject("Microsoft.XMLHTTP");
else
return(false);
xhr_object.open("GET", file, false);
xhr_object.send(null);
if(xhr_object.readyState == 4) return(xhr_object.responseText);
else return(false);
}

User 201716 avatar

unchqua replied ago:

0 votes Vote down Vote up Reply

They honestly inform you about such case.

User 212656 avatar

roy replied ago:

0 votes Vote down Vote up Reply

simpleajax plug-in for simpleJS !!!

http://simplejs.bleebot.com/en.html

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.

Voters For This Link (11)



Voters Against This Link (0)