[jQuery] Re: file selector/ directory browser

2007-09-14 Thread mmjaeger
maybe this is something you're looking for: http://www.k1der.net/modules/blogs/public/country/demo/brooser.html On Sep 14, 6:34 pm, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > hi all, > > i'm in desperate need of a folder browser/ file selection widget. I wondered > if anyone found a ni

[jQuery] Re: repeated click when using .show(slow)

2007-07-20 Thread mmjaeger
nobody able to answer this? I really like to know whether I'm doing something wrong here. sorry for bumping. On Jul 17, 5:43 pm, mmjaeger <[EMAIL PROTECTED]> wrote: > Hello, > > I've a link I'm using .show(slow) - it works fine unless I click > repeatedly fast o

[jQuery] Re: repeated click when using .show(slow)

2007-07-19 Thread mmjaeger
bump

[jQuery] repeated click when using .show(slow)

2007-07-17 Thread mmjaeger
Hello, I've a link I'm using .show(slow) - it works fine unless I click repeatedly fast on the link - re-clicking the link while the effect is still running leads to weird results - is there a way to cancel the running effect before applying the new one or what's the best way to handle something

[jQuery] Re: convert code from prototype

2007-05-01 Thread mmjaeger
anybody? On Apr 27, 12:08 pm, mmjaeger <[EMAIL PROTECTED]> wrote: > Hello > > I'd like to get started with jquery and I was wondering whether > somebody could give me a little hand or point me into the right > direction. > > How would I properlyconvertsometh

[jQuery] convert code from prototype

2007-04-27 Thread mmjaeger
Hello I'd like to get started with jquery and I was wondering whether somebody could give me a little hand or point me into the right direction. How would I properly convert something like the following to jquery: var Multi = new Class ({ options: {

[jQuery] Re: Thickbox issue

2007-04-03 Thread mmjaeger
text: 'Please wait - loading view...', callback: function() {TB_init()} }); }); On Apr 3, 11:34 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > mmjaeger schrieb: > > > > > > > Hello, > > > I got a little issue with th

[jQuery] Thickbox issue

2007-04-03 Thread mmjaeger
Hello, I got a little issue with the thickbox plugin; this is the code I got: $('#selview a').click(function() { var ajax = Ext.get('browseView').load({ url: 'view.php', scripts: true, params: 'v='+this.id, text: 'Plea