Test Case for zjrJS.Doc.rC() - Stable Test Suite for zjrJS

This information lives on a webpage hosted at the following web address: 'https://www.omegajunior.net/code/zjrjs/stable.php'.

Showing whether zjrJS.Doc.rC() 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 on the Remove Children button, all checkboxes from the Checkboxes box, disappear.
Actions
Checkboxes

Test Code:

          var test=({
	run: function () {"use strict";
		if ( 
			!test.require( "zjrJS.Doc.rC", "function" ) 
			|| !test.require( "zjrJS.Doc.eid", "function" ) 
		) {
			return false;
		}
		var D = zjrJS.Doc;
		D.rC( D.eid( "owner" ) );
		D = null;
		return false;
	}
});
        

Download:

Download zjrJS’ latest stable build (20141202t2322) minified (7.1KB).

Download zjrJS’ latest stable build (20141202t2322) (11.9KB).

Clicky Analytics