[Proto-Scripty] Re: Nulling or stopping Dynamic Variables

2008-11-19 Thread Alex Mcauley
t seems to remove it !!! Bonus :D Regards Alex - Original Message - From: "T.J. Crowder" <[EMAIL PROTECTED]> To: "Prototype & script.aculo.us" Sent: Wednesday, November 19, 2008 12:56 PM Subject: [Proto-Scripty] Re: Nulling or stopping Dynamic Variables

[Proto-Scripty] Re: Nulling or stopping Dynamic Variables

2008-11-19 Thread Alex Mcauley
; To: "Prototype & script.aculo.us" Sent: Wednesday, November 19, 2008 12:56 PM Subject: [Proto-Scripty] Re: Nulling or stopping Dynamic Variables Hi Alex, You can do this pretty easily with properties of an object. The cool thing about properties of objects in JavaScript (well, *one* of th

[Proto-Scripty] Re: Nulling or stopping Dynamic Variables

2008-11-19 Thread T.J. Crowder
Hi Alex, You can do this pretty easily with properties of an object. The cool thing about properties of objects in JavaScript (well, *one* of the cool things) is that you can reference them both literally using dotted notation and via a string using bracket notation. Consequently, these snippets