[Moo] Re: Still exist a moo-port of jquery-Arctext.js ?

2012-07-13 Thread rasmusfl0e
Yeah - it's basically a question of using the var keyword ;) The dt*** vars need to be available for all the functions declared inside your IIFE - and the rest just need to be declared inside their respective encolsing functions. And then there's Element::store; it only recieves a key and a val

Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-07-13 Thread Sanford Whiteman
> I'm having the same issue. What do I need to put where to make basic > authentication work? You need to simulate the basic auth by passing them in the query string and then interpreting u=&p= on the server side. It's similar to when you can't send, for example, PUT, so you send a special hint

[Moo] Re: Still exist a moo-port of jquery-Arctext.js ?

2012-07-13 Thread hamburger
Hello, i made a jsfiddle in jquery and tried to translate it to moo. jquery = http://jsfiddle.net/p9UCP/2/ in moo I have some trouble with scoops. Its there somebody who can help? mootools = http://jsfiddle.net/p9UCP/4/ thx in advance

Re: [Moo] Re: In way over my head (MooTools Filemanager)

2012-07-13 Thread Lennart
I'm having the same issue. What do I need to put where to make basic authentication work? On Tuesday, 24 April 2012 21:13:32 UTC+2, Sanford Whiteman wrote: > > > pretty basic. > > No pun intended. :) > > You're using basic auth, and Flash won't pass those creds unless you > configure MTFM to pas