[jQuery] Plugin wanted

2007-02-28 Thread Franck Marcia
Hi all, Sorry for this request but I've looked for a plugin I saw which auto-sizes an input or a textarea according to its content. I looked at the plugins' page, in the mailing list archive. No way to find it! If somebody could help me... Cheers, Franck.

Re: [jQuery] Plugin wanted

2007-02-28 Thread Franck Marcia
I got it: autoexpander in interface. Franck. 2007/2/28, Franck Marcia [EMAIL PROTECTED]: Hi all, Sorry for this request but I've looked for a plugin I saw which auto-sizes an input or a textarea according to its content. I looked at the plugins' page, in the mailing list archive. No way

Re: [jQuery] Plugin wanted

2007-02-28 Thread Franck Marcia
2007/2/28, Stefan Kilp [sk-software] [EMAIL PROTECTED]: take a look here http://interface.eyecon.ro/demos an try Autoexpander demo Thanks, Stefan. /franck ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Want to know if sites are jQuery powered? Check this out!

2007-02-09 Thread Franck Marcia
2007/2/9, Paul Bakaus [EMAIL PROTECTED]: I have set up a easy but useful greasemonkey script, which adds a small jquery icon in the bottom right corner if jQuery is found. Paul, To get around any diversion of $, perhaps you should use jQuery in place of $ (?) Franck.

Re: [jQuery] OT: Debugging PHP With Firebug

2007-02-08 Thread Franck Marcia
For this purpose, you should also have a look at this project: http://www.firephp.org/ Franck. 2007/2/8, Dave Methvin [EMAIL PROTECTED]: Excellent idea, Mike! I use ASP, but it should be a quick port to make it run there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

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 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] Sliding glitch

2007-01-20 Thread Franck Marcia
2007/1/20, Steve Jones [EMAIL PROTECTED]: I'm suffering a strange glitch with a slideToggle method. What seems to happen is that a linebreak is added to the beginning of text content in the target element just as the animation starts either opening or closing, and is only removed on completion

Re: [jQuery] My brain is broken

2007-01-03 Thread Franck Marcia
2007/1/3, digital spaghetti [EMAIL PROTECTED]: I've just tried it in FF2.0.0.1 with Firebug 1.0b8 and I can confirm that it runs fine when the code is pasted into Firebug, but does not work in the browser - I get your origional results. It seems to be a different behaviour when the dom is

Re: [jQuery] More DOM Query Speed Tests

2006-12-19 Thread Franck Marcia
Hi all, With the tests I ran (http://fmarcia.info/jquery/speedtest.html [1]), the quickest way to retrieve one element is $(document.getElementById(id)), even better than $('#id')! Off course, to get even better performance, one should cache queries every time it's possible! My 2 cents,

[jQuery] Firebug 1.0 coming soon

2006-11-16 Thread Franck Marcia
Hi all, Did you miss it? http://www.getfirebug.com (it's not an ad, I'm just a fan) Franck. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Replacing Accordion plugins

2006-11-13 Thread Franck Marcia
2006/11/13, Jörn Zaefferer [EMAIL PROTECTED]: I wonder if I can remove the current two links to your accordion plugins, and replace them with this one. Hi Jörn, It's OK for me. You did a great work on this and it's better to not confuse users with many plugins which do the same thing.

Re: [jQuery] Improved Event system new Accordion

2006-10-26 Thread Franck Marcia
2006/10/26, Jörn Zaefferer [EMAIL PROTECTED]: Hi folks, Hi, Jörn, I just commited a few changes to jQuery's event system. I fixed the target property of the event.target for both IE and Safari, and modified bind: It now accepts an optional third parameter that specifies the number of

Re: [jQuery] BUG: Rebinding an event in IE

2006-10-25 Thread Franck Marcia
2006/10/26, Brice Burgess [EMAIL PROTECTED]: I have a click event assigned to a link. When the event fires, I'd like to unbind this event and re-assign a new click event to the link. The re-assignment is handled within the originating click event. Is the a jQ bug? Is there a better

Re: [jQuery] New Plugin: Resizeable

2006-10-22 Thread Franck Marcia
2006/10/22, Stefan Petre [EMAIL PROTECTED]: Franck, try this http://interface.eyecon.ro/demos/resize_textarea.html Franck Marcia wrote: 2006/10/21, Stefan Petre [EMAIL PROTECTED]: I think you can use for textareas, just that you have to move the handle while the textarea is resized

Re: [jQuery] New Plugin: Resizeable

2006-10-21 Thread Franck Marcia
2006/10/21, Stefan Petre [EMAIL PROTECTED]: After a wild period at my work, I managed to make some time to develop a new plugin. Really good work, Stefan! I've been thinking about doing something like this for textareas. Do you think your plugin can do that? Franck.

[jQuery] dimensions.js

2006-10-10 Thread Franck Marcia
Hi, What's the status of dimensions.js? I mean, in SVN, it's located where it should be built-in but the build process doesn't take it into account. On the other hand, if it's a plugin, it should reside in the directory plugins. Franck. ___ jQuery

Re: [jQuery] pack speed

2006-10-09 Thread Franck Marcia
2006/10/9, Fil [EMAIL PROTECTED]: has anyone measured the speed of unpacking jquery (or any other script, for that matter)? On my system: 125 ms when on battery (laptop), 65 ms when on power. It depends completely on the system it's running on. Franck. I would suspect that

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-09 Thread Franck Marcia
2006/10/9, Franck Marcia [EMAIL PROTECTED]: 2006/10/9, Jörn Zaefferer [EMAIL PROTECTED]: thesame system? An absolute must if you are a web developer... Try this: http://tredosoft.com/IE7_standalone ... and the opposite: ie3 to ie6, standalone. Franck. ... and the link: Forgot the link

Re: [jQuery] New plugin: sparkline

2006-10-09 Thread Franck Marcia
2006/10/9, dizzledorf [EMAIL PROTECTED]: Nice work, Franck. Thank you. How do I get the sparklines to work with negative values? I plan to integrate it soon. Franck. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-09 Thread Franck Marcia
2006/10/9, Klaus Hartl [EMAIL PROTECTED]: Wow Franck, you are still testing in IE3? ;-) I tried to use it, just for fun... but found no fun :-( Franck. ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] IE7 May be Pushed out Tomorrow

2006-10-09 Thread Franck Marcia
2006/10/9, Michael Geary [EMAIL PROTECTED]: Use VMware and you can run every version of IE, and Firefox, and any other Windows browser you want to test. There's also an open source alternative: QEmu (http://fabrice.bellard.free.fr/qemu/) I use it and find it faster than vmware. Franck.

Re: [jQuery] Broken Build

2006-10-08 Thread Franck Marcia
2006/10/8, Jörn Zaefferer [EMAIL PROTECTED]: the current build script seems to be broken: Only the ajax part of the complete jQuery file is parsed, resulting in a lite version with only ajax docs removed and api docs and tests with only ajax docs/tests. Doing some diff debugging by comparing

Re: [jQuery] Broken Build

2006-10-08 Thread Franck Marcia
2006/10/8, Jörn Zaefferer [EMAIL PROTECTED]: I tried your quick and dirty fix for lite: It worked but was awfully slow. This hack works for me and is fast: var blockMatch = /\s*\/\*\*\s*((.|\r\n|\r|\n)*?)\s*\*\/(\r\n|\r|\n)*/g; var f = readFile(arguments[0]).replace( blockMatch, \n ).replace(

[jQuery] New plugin: sparkline

2006-10-07 Thread Franck Marcia
Hi all, I've released a new plugin: sparkline. A sparkline is an inline graphic (http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001ORtopic_id=1). I borrowed the idea (and most of the code) from the TiddlyWiki project, a very good one-page wiki (http://www.tiddlywiki.com). Thanks to

Re: [jQuery] New plugin: sparkline

2006-10-07 Thread Franck Marcia
element no problem. --John On 10/7/06, Franck Marcia [EMAIL PROTECTED] wrote: Hi all, I've released a new plugin: sparkline. A sparkline is an inline graphic (http://www.edwardtufte.com/bboard/q-and-a-fetch-msg?msg_id=0001ORtopic_id=1). I borrowed the idea (and most of the code) from

Re: [jQuery] New plugin: sparkline

2006-10-07 Thread Franck Marcia
2006/10/7, John Resig [EMAIL PROTECTED]: Franck - Doing a quick check to see if the user is using IE, or not, you could be able to use the Canvas element no problem. OK, I did it. Same address: http://fmarcia.info/jquery/sparkline/sparkline.html However, just one color in this case as it

Re: [jQuery] extending functions?

2006-10-04 Thread Franck Marcia
OK I modified Accordion to be more flexible: http://fmarcia.info/jquery/accordion.html. You can now set an action when an item is clicked, shown or hidden and you can choose the animation speed. Any comment appreciated. Cheers, Franck. ___ jQuery

Re: [jQuery] extending functions?

2006-10-04 Thread Franck Marcia
2006/10/4, Rey Bango [EMAIL PROTECTED]: In FF, it looks very nice. In IE 7, on the accordian with options, there's a very noticeable color change in the text from dark to light which doesn't happen in FF. Also, the accordian w/ options also has a very distracting flicker to it when you

Re: [jQuery] Evaluating script elements

2006-10-03 Thread Franck Marcia
2006/10/3, Mark Gibson [EMAIL PROTECTED]: The solution is to wait for each script to load before executing the next. Here's my solution as a plugin: It reminds me of a post I made: http://jquery.com/discuss/2006-June/005496/. It was not specific to scripts loads but could be tweaked to work

Re: [jQuery] Rev: 259, where is now?

2006-10-03 Thread Franck Marcia
I don't know how I got Rev: 259, because current latest is 249. I wandered around but I cannot find a link to it in jquery.com. The last rev is #387, accessible via svn (http://jquery.com/src/) 259 works better with IE than 249 For example, 259 let me access tabs in a pre tag, while 249

Re: [jQuery] Rev: 259, where is now?

2006-10-03 Thread Franck Marcia
2006/10/3, Andrea Ercolino [EMAIL PROTECTED]: Thanks Franck, but I feel a dummy now. Where is the link to download this 387 version? There's currently no prebuilt jquery.js from svn. You must do it yourself using a svn client. On Windows, you can use TortoireSVN (http://tortoisesvn.net/).

Re: [jQuery] New Plugin: offset

2006-10-01 Thread Franck Marcia
2006/10/2, Brandon Aaron [EMAIL PROTECTED]: So I went ahead and released another plugin today that gets the offset (along with some other properties) of the first matched element in the jQuery object. I've gone through a lot of trouble to test this in the different browsers (except Linux) and

Re: [jQuery] Signals and slots

2006-09-28 Thread Franck Marcia
Good work Franck. Indeed. And it looks like he's added quite a bit to it since the original. Cool. Hey, I've reported to the list regularly: http://jquery.com/discuss/2006-May/#4964 ;-) Franck. ___ jQuery mailing list discuss@jquery.com

Re: [jQuery] When / how did you find out about jQuery?

2006-09-27 Thread Franck Marcia
I first read an article at Ajaxian's on january 2006 (http://ajaxian.com/archives/jquery-another-small-javascript-library) but did not start to use it at this time. I was keeping an eye on the big 3 too. Later, starting a project which mimics gmail interface, I started to really use jQuery and

Re: [jQuery] Basic JS extensions: String

2006-09-09 Thread Franck Marcia
There's also good things here: http://www.jsfromhell.com and there: http://dev.rubyonrails.org/browser/spinoffs/prototype/src Franck. 2006/9/9, limodou [EMAIL PROTECTED]: On 9/9/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Hi folks, just uploaded a set of extensions to the String object.

Re: [jQuery] bug in Accordion Menu

2006-09-09 Thread Franck Marcia
2006/9/9, Maison Dominic Germain [EMAIL PROTECTED]: Hi Franck, Hi Dominic, I start using your Accordion Menu last week. It's very kewl! But with the the latest jquery release (rev 249), it does not work more than one time... jQuery now behaves differently than before when you query

Re: [jQuery] Synchronizing

2006-09-02 Thread Franck Marcia
Hi folks, is there any way to synchronize calls in javascript without using callbacks? You could use a sort of proof of concept I wrote months ago: http://fmarcia.info/jquery/chain. I'm not sure it'll work with the latest version of jQuery though. Franck.

[jQuery] Ant

2006-09-01 Thread Franck Marcia
Hi all, When I want to build jQuery with Ant, I've got this message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.5.0_03\lib\tools.jar Buildfile: build.xml Everything works well; it's just for cleanliness. Did anyone solve this? Franck.

Re: [jQuery] Ant

2006-09-01 Thread Franck Marcia
OK guys, For the record: you need to use Java SDK, not JRE. Franck 2006/9/1, Franck Marcia [EMAIL PROTECTED]: Hi all, When I want to build jQuery with Ant, I've got this message: Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre1.5.0_03\lib\tools.jar Buildfile

Re: [jQuery] AJAX .Load stripping out a STYLE tag.

2006-08-31 Thread Franck Marcia
2006/8/31, Hartman, Matthew [EMAIL PROTECTED]: So any how, I must assume it's what you said with innerHTML not playing well with STYLE tags. If I include the STYLE tag as part of the originally served document there is no problem at all. It's the same problem as

Re: [jQuery] svn difficulties

2006-08-29 Thread Franck Marcia
2006/8/29, Marco M. Jaeger [EMAIL PROTECTED]: Am I the only have currently having trouble to download the latest files – this is the error I'm getting all the sudden: Error: Cannot replace a directory from within Any ideas – am I doing anything wrong? I have the same problem but only with

Re: [jQuery] svn difficulties

2006-08-29 Thread Franck Marcia
I have the same problem but only with the read-only access. The authenticated one works. It must come from the last reboot of John's server ;-) No problem with your server, John. Marco, I created a brand new sandbox from svn://jquery.com/jquery and everything works fine. Franck.

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread Franck Marcia
David, I tested it with IE5.5, IE6, IE7RC1, FF1.5.0.6 and Opera9 and it works fine... if you remove object and only keep embed: http://fmarcia.info/jquery/mp3/mp3.html I don't know if object is mandatory for other browsers; if so, you could use $.browser to check it. Franck.

Re: [jQuery] Visual jQuery 1.0 -- Redux

2006-08-27 Thread Franck Marcia
Hi Yehuda, It would be handy if you could scroll each column independantly. For example, if you scroll down to the end of events list and select, say, keyup, you have to scroll up to find out the article. Just a thought; very useful anyway :-) Franck.