[jQuery] Flash file uploaders that will send a file as an "email attachment" ?

2009-05-19 Thread expanism
Hello Jquery users, I'm looking for an Jquery Flash file upload script that can send the file as an email attachment, without saving it to a database. I have found some nice scripts: http://www.uploadify.com/ http://www.pixeline.be/experiments/jqUploader/ But I can't find any documentation to h

[jQuery] Re: I can't get Shadowbox to fire!

2009-02-07 Thread expanism
On Feb 7, 11:59 am, jQuery Lover wrote: > Still getting the language error. > > Bruce, why don't you use some lighter lightbox plugins ??? > > http://www.google.com/search?q=jquery+lightbox+plugin > > > Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com > > On Sat, Feb 7, 2009

[jQuery] Re: I can't get Shadowbox to fire!

2009-02-07 Thread expanism
Hi Bruce, Your link http://horticulture127.massey.ac.nz/dumpthis.htm is full off errors... Microsoft JET Database Engine error... I have used shadowbox before, maybe I can help... if I you have a online example :) On Feb 7, 10:54 am, Bruce MacKay wrote: > Hi folks, > > I've tried a zillion com

[jQuery] Dropshadows with jQuery Sifr Plugin v2.0 Beta 3 ?

2008-12-14 Thread expanism
Hello, On the moment I'm using sifr from novemberborn http://novemberborn.net/sifr3 and using dropshadows. Now I want to use the jQuery Sifr Plugin v2.0 Beta 3 http://jquery.thewikies.com/sifr/ is it possible to have dropshadows with the jQuery Sifr Plugin v2.0 Beta 3 ? Thanks, Edski

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
to > scroll div > > so my code to remove the scrollbar would be > $('#updates .jScrollPaneTrack').remove(); > > removing the scrollbar inside my updates div > > firebug is wonderful for trying ideas out and seeing the combined results of > ideas > > 2008/9

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
quot; <[EMAIL PROTECTED]> wrote: > don't what your id is but > $('#removeThisBar .jScrollPaneTrack').remove(); > > 2008/9/23 expanism <[EMAIL PROTECTED]> > > > > > That works great, Thanks! > > > I have multiple jscrollpane's set up

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
t;[EMAIL PROTECTED]> wrote: > try $('.jScrollPaneTrack').remove(); > > more infohttp://jquery.bassistance.de/api-browser/#removeString > > 2008/9/23 expanism <[EMAIL PROTECTED]> > > > > > Thanks for your reply, it is a good fast solution... however

[jQuery] Re: jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
basic test I have done in firebug > - S > > 2008/9/23 expanism <[EMAIL PROTECTED]> > > > > > Love the jScrollPane really exelent plugin! > > > There is a parameter called: showArrows, > > Is there a parameter like hideDrag to hide the dragscroll and only &g

[jQuery] jScrollPane, hide dragscroll... possible?

2008-09-23 Thread expanism
Love the jScrollPane really exelent plugin! There is a parameter called: showArrows, Is there a parameter like hideDrag to hide the dragscroll and only have the arrows. or is there an other way to hide the dragscroll? Thanks