|
I have also done the JS call, haha, but the issues considered may not be complete ... I also want to hear any good suggestions ...
I can call it like this:
<script type = 'text / javascript' src = '/ sqFwJsCs / default.js'> </ script>
<script type = "text / javascript">
// <! [CDATA [
/ * -------------------------- begin sqFwJsCs -------------------- ------------ * /
//shawl.qiu framework javascript client-side
/ * ---------------- global -------------------- * /
//im.help.self(true);
//im.help.source(true);
//-
//im.readme ();
//-
//im.find('default.js',true);
//im.find(null,true);
/ * ---------------- object -------------------- * /
//im.go('object.default ');
//im.help('object.default ', true);
//-
/ * ---------------- string -------------------- * /
//im.go('string.default ');
//im.help('string.default ', true);
//-
//im.go('string.format ');
//im.help('string.format ', true);
//-
//im.go('string.random ');
//im.help('string.random ', true);
//-
//im.go('string.highlight ');
//im.help('string.highlight ', true);
//im.help('string.highlight ');
//-
/ * ---------------- check --------------------- * /
//im.go('check.default ');
//im.help('check.default ', true);
//-
/ * ---------------- array --------------------- * /
//im.go('array.default ');
//im.help('array.default ', true);
//-
/ * ---------------- image --------------------- * /
//im.go('image.default ');
//im.help('image.default ', true);
//-
/ * ---------------- form --------------------- * /
//im.go('form.default ');
//im.help('form.default ', true);
//-
//im.go('form.select ');
//im.help('form.select ', true)
//-
//im.go('form.validate ');
//im.help('form.validate ', true);
/ * ---------------- utility --------------------- * /
//im.go('utility.default ');
//im.help('utility.default ', true);
//-
/ * ---------------- multi options ------------- * /
//im.go('string.default|string.random ');
//-
//im.help('string.default|string.random ', true);
/ * -------------------------- end sqFwJsCs -------------------- -------------- * /
//]]>
</ script>
<script type = "text / javascript">
// <! [CDATA [
// use here
//]]>
</ script> |
|