[jQuery] Re: RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Michael Geary
Very nice! A couple of suggestions... 1) Get in the habit of using var on all your variable assignments, so you don't create global variables accidentally. 2) Consider using one of the several DOM creator plugins. You can replace code like this: figureFrameInner =

[jQuery] Re: RFC: jQuery Figures/Cutlines plugin

2007-05-28 Thread Su
On 5/28/07, Michael Geary [EMAIL PROTECTED] wrote: 1) Get in the habit of using var on all your variable assignments, so you don't create global variables accidentally. On the list. I was at one point working with two copies of this(long story), and it was done on what is obviously the other