Hi Joel,

i followed your advise which is helpful, but still, i get the same
error. i don't get it...



On Feb 14, 2008 6:24 AM, Joel Birch <[EMAIL PROTECTED]> wrote:
>
> Hi Alexandre,
>
> I didn't really look too closely at your code but this might help
> anyway. Try removing the brackets from the bit where you assign
> initializeUploader to onIni so it looks like this:
>
> $.fn.jqUploader.defaults = {
>       onIni: initializeUploader, /*remove brackets*/
> // more options...
>   };
>
> Then add brackets to the bit where you actually want the function to
> run so that line will look like this:
>
> /* PROBLEM IS HERE */
> $this.options.onIni(); /*add brackets*/
>
> I think you just had those two things the wrong way around.
>
> Joel Birch.
>



-- 
Alexandre Plennevaux
LAb[au]

http://www.lab-au.com

Reply via email to