[jQuery] Re: ANNOUNCEMENT: Chili 1.9 much faster

2007-09-27 Thread Andrea Ercolino
Very simple. Look at the new example posted in http://noteslog.com/post/chili-19-released-today/ : It's what you're looking for. But Chili 1.9 is very fast, it colorize 3000 lines in less than 1 second !! Maybe there is no need for the extra button... Guy Fraser-2 wrote: Andrea Ercolino

[jQuery] Introducing Hot Chili

2007-07-08 Thread Andrea Ercolino
Hot Chili is my new little creature. It's like a graffiti spray can: grab it and spice up someone else's gray codes. A short post about it: http://noteslog.com/post/introducing-hot-chili/ -- View this message in context:

[jQuery] Re: Help Test jQuery 1.1.3

2007-05-21 Thread Andrea Ercolino
I've just tested it with Chili 1.8 and all is ok. Just a little thing: the show() / hide() functions work much slower than before and they have a 'nice' (quoted because not needed nor requested) transition effect, which is maybe responsible for the slow-down factor. hide() is a bit faster than

[jQuery] Re: Chili 1.8 gets chainability

2007-05-21 Thread Andrea Ercolino
No problems at all :-) Chili safely use the $ shortcut by means of this trick: ( function( $ ) { /* $ is really jQuery here */ } )( jQuery ); Stosh wrote: On May 17, 4:11 pm, Andrea Ercolino [EMAIL PROTECTED] wrote: I've just released http://notelog.com/category/chili/Chili 1.8

[jQuery] Chili 1.8 gets chainability

2007-05-17 Thread Andrea Ercolino
Hi everybody. I've just released http://notelog.com/category/chili/ Chili 1.8 , which eventually gets a very requested feature: the mithical jQuery chainability. Improved speed and better examples are good news too. I hope you'll enjoy it. --Andrea -- View this message in context: