[jQuery] Download size of jquery 1.3.2

2009-04-16 Thread jayg
I noticed on the latest release of jquery, the site says download size is 19KB for production, but the real size is 55.9KB, which is a substantial difference. Why is it so large? One of the things I have always liked about jquery is its small footprint, and I would no longer call this small. Is

[jQuery] Re: Giving more parameters to the async load function ?

2008-05-07 Thread jayg
functions while serializing the data. I think every plugin that uses > jQuerys ajax methods could leverage that. > > Jörn > > On Fri, May 2, 2008 at 11:35 PM, jayg <[EMAIL PROTECTED]> wrote: > > > Excellent thought. I was thinking of having some sort of parameter > >

[jQuery] Treeview async with animation

2008-05-05 Thread jayg
I am trying to figure out what I am doing wrong here, or where I need to put an updated hook. I am using the animate option for the treeview widget with asynchronous data (lazy load). When I open a new node that has to fetch data, it does not animate when opening. However, once the data has arri

[jQuery] Re: Giving more parameters to the async load function ?

2008-05-02 Thread jayg
produces the url could do the trick.. > > On 2 Mai, 17:24, jayg <[EMAIL PROTECTED]> wrote: > > > Thanks Jörn, > > I will post code here when I get a good solution. However, I know the > >treeviewis being worked on in the UI project as well, should I be > >

[jQuery] Re: Giving more parameters to the async load function ?

2008-05-02 Thread jayg
ion, I can provide a patch if you think it would be useful (and assuming it is done generically enough). Probably also going to be looking at adding a 'loading' spinner option, unless it is there and I have just missed it. On Apr 30, 11:42 am, Jörn Zaefferer <[EMAIL PROTECTED]> wrot

[jQuery] Re: Giving more parameters to the async load function ?

2008-04-29 Thread jayg
I need to set up dynamic urls with async trees as well, though I am using rails, so I am looking for something more like 'foo/bar/1', but same functionality. The problem I have with the idea to use "source.php?id=firsttree" or something similar is that I don't know how many subtrees I may have -