[jquery-dev] JqueryUI doesn't generate custom theme?

2009-06-02 Thread Gera88
I'm trying to generate custom theme 1.7.1 (1.3+) but generated archive id broken. 1.6 works well. I use FF3, IE8, download manager. http://jqueryui.com/download/?themeParams=%3FffDefault%3DVerdana%252CArial%252Csans-serif%26fwDefault%3Dnormal%26fsDefault%3D1.2em%26cornerRadius%3D6px%26bgColorHead

[jquery-dev] Re: conditional chaining, reincarnated

2009-06-02 Thread Matt Kruse
On Jun 2, 1:06 pm, ajpiano wrote: > Over the years there has been considerable interest in providing > conditional chaining functionality to jQuery, though nothing has ever > been cemented. I still don't understand the desire to do all this chaining. How is it at all beneficial? You take perfec

[jquery-dev] conditional chaining, reincarnated

2009-06-02 Thread ajpiano
Over the years there has been considerable interest in providing conditional chaining functionality to jQuery, though nothing has ever been cemented. http://groups.google.com/group/jquery-en/browse_thread/thread/43a69fa41f6e7089/6cebfee318992fe6 http://groups.google.com/group/jquery-dev/browse_th

[jquery-dev] Re: handling 'Content-Encoding: chunked' in a lazy iterative manner

2009-06-02 Thread Sean Kauffman
Andrew is correct. It is not necessary for every chunk to be the same length. Each chunk must begin with the size of the chunk. Chunked, or interactive responses are a feature of HTTP 1.1, which not all browsers fully implement. IE6, for example, basically does not handle this behavior at all.

[jquery-dev] Re: Thickbox issue in IE7

2009-06-02 Thread diogobaeder
Hi, Rosaltof, This is an expected behaviour, and it's not a jQuery problem neither a ThickBox one. The point is, to get all JavaScript behaviour working with the DOM Document, the page has to be fully loaded, or else you can find yourself manipulating elements that aren't even loaded yet. So, the

[jquery-dev] Re: Animate with FPS control

2009-06-02 Thread Richard D. Worth
This was discussed here: http://groups.google.com/group/jquery-dev/browse_thread/thread/c85d9cb6c8302510 - Richard On Mon, Jun 1, 2009 at 5:06 PM, dnuske wrote: > > Hello everybody or every robot around, > I was using Animate for a while and I foud one thing that can be > improved, that is FPS

[jquery-dev] Re: $.getJSON returns me bad data from properly formatted JSON

2009-06-02 Thread da_robe
Ahh. yes. that's very true. Sorry :) -Dan On Jun 2, 11:36 am, Chris Robinson wrote: > Firebug usually only prints of the first few bits of data for the objects, > You should be able to click the log statement and it will expand to show you > everything in that given object...It's most

[jquery-dev] Re: $.getJSON returns me bad data from properly formatted JSON

2009-06-02 Thread da_robe
Ahh. yes. that's very true. Sorry :) -Dan On Jun 2, 11:36 am, Chris Robinson wrote: > Firebug usually only prints of the first few bits of data for the objects, > You should be able to click the log statement and it will expand to show you > everything in that given object...It's most

[jquery-dev] Re: $.getJSON returns me bad data from properly formatted JSON

2009-06-02 Thread Chris Robinson
Firebug usually only prints of the first few bits of data for the objects, You should be able to click the log statement and it will expand to show you everything in that given object...It's most likely all there. On Tue, Jun 2, 2009 at 11:17 AM, Dan wrote: > > I have a JSON file formated as s

[jquery-dev] $.getJSON returns me bad data from properly formatted JSON

2009-06-02 Thread Dan
I have a JSON file formated as such: { "facets": [ { "name": "Friends", "photoSrc" : "test.jpg", "socialContext" : "Nightlife" }, { "name": "Tennis2", "socialContext" : "Tennis2", "photoSrc" : "t