Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Franck Marcia
2007/1/28, Jörn Zaefferer [EMAIL PROTECTED]: The time has come: http://jquery.bassistance.de/api-browser/ Very good job! It should be hosted at jquery.com! I gave this url to every of my coworkers I convinced to work with jQuery. I'm not sure it'll be easy/fast enough but do you think

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Franck Marcia schrieb: I'm not sure it'll be easy/fast enough but do you think there's a way to highlight keys searched via the search-in-content box? I was quite confused the first time I used it. Like, while filtering non-fitting elements, highlighting the search term in the rest? That

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Franck Marcia
2007/1/29, Jörn Zaefferer [EMAIL PROTECTED]: Like, while filtering non-fitting elements, highlighting the search term in the rest? That should be delegated to the quicksearch plugin... That's right. So that's a feature request for this plugin :-) Rik? Any idea how that could be designed?

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Franck Marcia schrieb: 2007/1/29, Jörn Zaefferer [EMAIL PROTECTED]: Like, while filtering non-fitting elements, highlighting the search term in the rest? That should be delegated to the quicksearch plugin... That's right. So that's a feature request for this plugin :-) Rik?

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Joel Birch
On 29/01/2007, at 9:10 PM, Franck Marcia wrote: Any idea how that could be designed? Why not just links, like gmail for selection (all,none...), as they don't alter data in the tree? Should they be button elements? I think they are more semantically correct for triggering behaviour like

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Andreas Wahlin
Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. also, I'd like search to begin just a bit after having finished typing my last

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Andreas Wahlin schrieb: Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. I guess I need to see that for myself to be able

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Andreas Wahlin
I reduced that delay because it was rather unresponsive with 500ms on my computer. Maybe something inbetween would be a better choice. I've made it so that the search kicks in 250 miliseconds after the _last_ keypress, so not a set time after the first, but a set time after the last.

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Jörn Zaefferer
Andreas Wahlin schrieb: I reduced that delay because it was rather unresponsive with 500ms on my computer. Maybe something inbetween would be a better choice. I've made it so that the search kicks in 250 miliseconds after the _last_ keypress, so not a set time after the first, but

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread Christopher Jordan
Jörn! Great job! I've book marked it in place of the old one (which I use quite often). :o) Jörn Zaefferer wrote: According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the motivation to

Re: [jQuery] jQuery Tools: API Browser

2007-01-29 Thread arnaud sellenet
Le 29 janv. 07 à 13:40, Jörn Zaefferer a écrit : Andreas Wahlin schrieb: Safari seems to always scroll so that the active anchor is in the border, in other words, every time i click on a thing in the left column, I have to scroll up a bit to read the whole thing in the right column. I

[jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the motivation to further improve the browser (including a few more plugins), and to create an official release. The time has come:

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Mike Alsup
The time has come: http://jquery.bassistance.de/api-browser/ Fantastic, Jörn. This is a really great tool. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Brandon Aaron
Love it! It is going to get a lot of use. Great job. -- Brandon Aaron On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are several people using my API browser (so far known as api-draft). This feedback gave me the

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Gerry Danen
Excellent tool, Jörn. Downloaded already! :) The only feedback I have at the moment is the blue flash when I click an entry. I find that distracting. Good work!!! Gerry On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Rey Bango
I second that. Jorn, the API browser is awesome. Great job bud! Rey Brandon Aaron wrote: Love it! It is going to get a lot of use. Great job. -- Brandon Aaron On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: According to the feedback I got via IRC and on this list, there are several

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Karl Swedberg
me too, me too! Love it! One suggestion for this, and for Visual jQuery, too: It would be nice, especially for new jQuery users, to have a link somewhere on these pages to http://docs.jquery.com/DOM/Traversing/Selectors/ People might not be aware that the selector expression info isn't

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread arnaud sellenet
Thank you so much, and thank you to make it downloadable. Very handy for offline use. Le 28 janv. 07 à 19:12, Karl Swedberg a écrit : me too, me too! Love it! One suggestion for this, and for Visual jQuery, too: It would be nice, especially for new jQuery users, to have a link somewhere

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
arnaud sellenet schrieb: Thank you so much, and thank you to make it downloadable. Very handy for offline use. Thanks for the feedback! I forgot to mention that the download contains all files, so if you like, you can modify the XSL file, remove or add plugins, whatever you like. -- Jörn

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Jörn Zaefferer
Gerry Danen schrieb: Excellent tool, Jörn. Downloaded already! :) The only feedback I have at the moment is the blue flash when I click an entry. I find that distracting. Good work!!! Thanks! Seems like the flash does not quite achieve the effect that it should. I'll try to improve

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Brice Burgess
Jörn Zaefferer wrote: The time has come: *http://jquery.bassistance.de/api-browser/* Jörn, This is fantastic. Bookmarked/Downloaded. I did experience a relatively slow load in FF 2.0/Linux/Modern Machine.. the left frame took awhile -- loaded categorized alphabetical list, then @ 4

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Will Mo
fantastic. Thank you! Search is key for us n00bs. ;) On 1/28/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: ... The time has come: *http://jquery.bassistance.de/api-browser/* ... ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Widi Harsojo
I can't help it.., Thank You! your API doc has been valueable to me, and very light. I like the doc tree , search and above all it just 1 html to download! (+js+css :) ~Widi. just notice that you change the doc.tree inside category.tab. On 1/29/07, Will Mo [EMAIL PROTECTED] wrote: fantastic.

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Joel Birch
On 29/01/2007, at 9:22 AM, Jörn Zaefferer wrote: Seems like the flash does not quite achieve the effect that it should. I'll try to improve that. Maybe animate a scroll to the requested item instead? That would make it pretty obvious that you have moved to another item. On the other hand,

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Gerry Danen
A 50ms scroll would not be as distracting, I think. Not complaining or nit-picking. Just observing. :) Gerry On 1/28/07, Joel Birch [EMAIL PROTECTED] wrote: On 29/01/2007, at 9:22 AM, Jörn Zaefferer wrote: Seems like the flash does not quite achieve the effect that it should. I'll try to

Re: [jQuery] jQuery Tools: API Browser

2007-01-28 Thread Widi Harsojo
Yes! indispensable API guide, the flash help me when i click wrap(Element) other than that, I know since it will be on the first line of the content. Widi. http://jquery.bassistance.de/api-browser/#wrapElement On 1/29/07, Joel Birch [EMAIL PROTECTED] wrote: On 29/01/2007, at 9:22 AM, Jörn