working on a dynamic function, it can have 1-3 inputs
function callbackf(args) {
var arg1 = false;
var arg2 = false;
var arg3 = false;
process(arg1, arg2, arg3);
}
I need to split args into arg1, arg2, arg3 But if the value going into
arg1-3 is not an array I need to toString() it
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
