[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
Heh yeah all good. Setup a wordpress blog for myself now too, will be posting up more plugins as time passes. Cheers for your friendly answers. Stefan http://monkeysoft.com.au/blog/ On 4/12/07, Joel Birch <[EMAIL PROTECTED]> wrote: On 12/04/2007, at 9:55 PM, Stefan Sedich wrote: &g

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
> * > * Use: Setup the fontsizer $.FontSizer.Init(options); the two options are > min and max, for the min level and max level. > * Defaults are min: -3 and max: 5. > * > * Author: Stefan Sedich ([EMAIL PROTECTED] > */ > $.FontSizer = { > > level: 0, > > options :

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
infact could just parse it as an int when i read the cookie initially. Any other additions needed? To return to default you would call SetFontSize(0); might just make a reset method to do.. Cheers Stefan On 4/12/07, Stefan Sedich <[EMAIL PROTECTED]> wrote: Yeah the parseint was

[jQuery] Re: Font Size Plugin Take 2

2007-04-12 Thread Stefan Sedich
Yeah the parseint was due to when its passed from a cookie. Thanks for the comments, i was expecting someone to flame me for crap code hehehe. Cheers Stefan p.s. How do i go about getting it added to plugins? On 4/12/07, Joel Birch <[EMAIL PROTECTED]> wrote: On 12/04/2007, at 7:10 PM, codem