var example = dAJAX("file.php", "username=test&id=1234", "GET", function(response){ dAlert(response); })
var example = new dEditor("divID", 800, 170, { buttons:"all", theme:"dark" })
dConfirm("Are you sure you want to do this?", "Please Confirm", "Yes", "No", function(){ //Confirmed dAlert("Confirmed!") }, function(){ //Canceled })
dLoading(); //Show loading screen dLoadingClose(); //Close loading screen