|
|
Feedback on: irt.org FAQ Knowledge Base Q1234
irt.org | About | Feedback | 2107 [ previous next ] Feedback on: Sent by Worth: Comments: A great starting point and it got me going to find a much better solution. Note (see http://www.eecs.tufts.edu/g/20/notes/js_obj.php3) that the following ways to declare a function are equivalent: var newFunc = function (arg1, arg2, '{jscript stuff}'); //The method used in your knowledge base var newFunc = function (arg1, arg2){jscript stuff}; //seems to be much less fussy about contents of the function being cloned. My new example based on Q1234 function cloneFunction( funcName )
|
-- div -->
|