Showing whether zjrJS.Doc.dCl() actually works.
Used zjrJS Version:
Stable Minified version 20141202t2322 of zjrJS.
Preconditions
Javascript must be allowed to run on this page.
Successful When...
In the form, after pressing the Delete Class button, the colour of its box turns blue.
Javascript must be allowed to run on this page.
Successful When...
In the form, after pressing the Delete Class button, the colour of its box turns blue.
Test Code:
var test=({
run: function () {"use strict";
if (
!test.require( "zjrJS.Doc.dCl", "function" )
|| !test.require( "zjrJS.Doc.eid", "function" )
) {
return false;
}
var D = zjrJS.Doc;
D.dCl( "transparent", D.eid( "receiver" ) );
D = null;
return false;
}
});