Re: [jQuery] Flat Calendar

2007-03-29 Thread Alexandre Plennevaux
I don't think it is possible with the dateSelector plugin, go for it!!! And while you're at it, if you could implement a multiple date selector, that 'd be awesome! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Sauyet Sent: jeudi 29 mars 2007

Re: [jQuery] comet

2007-03-29 Thread Alexandre Plennevaux
I've always wondered: what is comet, a code editor? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Edwin Martin Sent: jeudi 29 mars 2007 12:21 To: jQuery Discussion. Subject: Re: [jQuery] comet Matt Stith schreef: not as far as I have heard, but i

[jQuery] find dd's dt

2007-03-29 Thread Alexandre Plennevaux
hello! i guess i'm not too good in finding my way upwards in the DOM tree. I have a structure like this: dl#navigation dl#navigation dt dl#navigation dd ul li a.selected dl#navigation dt dl#navigation dd ul li a dl#navigation dt dl#navigation dd ul li a /dl all

Re: [jQuery] Collapsing table Columns?

2007-03-29 Thread Alexandre Plennevaux
Using the col element maybe? Otherwise, if it is the 3rd column you could do this: $(td+td+td).hide(); I dunno if that works, but it's the css way to address the 3rd column. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Baxter Sent: jeudi 29 mars

[jQuery] Selector question

2007-03-28 Thread Alexandre Plennevaux
that the selected one (2) be shown. I don't know how to target it via jquery, can you help me out? thank you! alex Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Tel:+32(0)2.219.65.55 Fax:+32(0

Re: [jQuery] Selector question

2007-03-28 Thread Alexandre Plennevaux
ul.detailSubnav li a.selected').show() ? or even just $('a.selected').show() or you can set it in css a.selected { display: block; } dennis. Alexandre Plennevaux wrote: hello ! i have a menu which structure for each item is: (1) ul li div.linkSubMenu ul.detailSubnavlia except

Re: [jQuery] Rotate an image - like the Mac OS document tree

2007-03-28 Thread Alexandre Plennevaux
use an animated gif as image replacement? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: mercredi 28 mars 2007 21:02 To: [jQuery] Subject: [jQuery] Rotate an image - like the Mac OS document tree Along with the expanding row question I have, I'd

Re: [jQuery] Selector question

2007-03-28 Thread Alexandre Plennevaux
in fact i just found a way: $(div.linkSubMenu ul li a.selected).parent().parent().parent().show(); is that the correct way? It seems a bit slow on rendering it. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: mercredi 28 mars 2007 21:31

Re: [jQuery] Selector question

2007-03-28 Thread Alexandre Plennevaux
the parent elements, not the link. Cheers, -js On 3/28/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: hello ! i have a menu which structure for each item is: (1) ul li div.linkSubMenu ul.detailSubnav lia except for the selected menu, which is: (2) ul

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Alexandre Plennevaux
Bouhouhou, nobody likes my file upload plugin with progress bar , bouhouhouh :) Mike, works perfect here, winxpSP2 FF2.0.0.3 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: vendredi 23 mars 2007 16:47 To: jQuery Discussion Subject: Re:

Re: [jQuery] Jquery can learn from Mootools for distribution itscode

2007-03-23 Thread Alexandre Plennevaux
John, do you actually sleep? Thanks for all this. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: jeudi 22 mars 2007 19:44 To: jQuery Discussion Subject: Re: [jQuery] Jquery can learn from Mootools for distribution itscode Actually, I

Re: [jQuery] Layout plug-ins / Creating a Dashboard

2007-03-16 Thread Alexandre Plennevaux
Maybe the jquery portlets could be of use to you : http://host.sonspring.com/portlets/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan G. Switzer, II Sent: vendredi 16 mars 2007 22:39 To: 'jQuery Discussion.' Subject: Re: [jQuery] Layout plug-ins /

Re: [jQuery] rollodex ui

2007-03-15 Thread Alexandre Plennevaux
that was recently mentioned on this list. Otherwise, if you fire ajax calls onmouseover, you'll likely end up with poor performance when the user is just moving the mouse around. Also, you may want to cache the results of the lookup. --Erik On 3/14/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: That's

Re: [jQuery] Swapping css of non-adjacent link tags

2007-03-14 Thread Alexandre Plennevaux
I would style the css :hover, :active and :focus states, and maybe use jquery to add to the selected link a specific current id, styled the same way. And then simply style the a:visited and a:link as the default state via CSS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] rollodex ui

2007-03-14 Thread Alexandre Plennevaux
good idea, thanks ! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: jeudi 15 mars 2007 1:46 To: jQuery Discussion. Subject: Re: [jQuery] rollodex ui On Mar 14, 2007, at 7:53 PM, Erik Beeson wrote: If you're wanting the details content to hover

Re: [jQuery] hoverIntent = my first plug-in

2007-03-13 Thread Alexandre Plennevaux
Brian, from looking at your demo, i think this is great! What i find nice is that it seems to make the animation smoother. Apparently, it gives the browser a few moments to think before acting, which my FF2 appreciates (and my IE7 too). Now, to put it under stress, i would like to see if it can

Re: [jQuery] *****SPAM***** ANNOUNCE: The treemap plugin

2007-03-13 Thread Alexandre Plennevaux
Cool! I saw such interface once for a net.art project showing shareholders and financial information -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Renato Formato Sent: mardi 13 mars 2007 20:09 To: jQuery Discussion. Subject: *SPAM* [jQuery]

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-13 Thread Alexandre Plennevaux
I think this would be a very good alternative to tag clouds. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: mardi 13 mars 2007 22:58 To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: The treemap plugin Renato Formato schrieb:

Re: [jQuery] jQuery newbies?

2007-03-13 Thread Alexandre Plennevaux
maybe he's a buddhist coder that contemplates The Great this but does not believe in the self ?? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Domigan Sent: mardi 13 mars 2007 22:56 To: jQuery Discussion. Subject: Re: [jQuery] jQuery newbies? Maybe he's saying

Re: [jQuery] ANNOUNCE: The treemap plugin

2007-03-13 Thread Alexandre Plennevaux
Just beware if you put too much elements, it clogs the browser and then you have to ctrl+alt+Del your way out. I just tried with 500 elements. Boom. If there were some safe way to threshold the plugin, i would consider it perfect. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [jQuery] New Plugin: jqChart - Charts plugin for jQuery

2007-03-12 Thread Alexandre Plennevaux
Veery nice plugin! i just wish i could have some additional info on mousehovering a column (legend: value) if possible at all. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brandon Aaron Sent: lundi 12 mars 2007 13:36 To: jQuery Discussion.

Re: [jQuery] Please add a basic debug function to the jQuery core...

2007-03-12 Thread Alexandre Plennevaux
$(#jerk).css(text-decoration: line-through).after(needs a beer); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daemach Sent: mardi 13 mars 2007 1:57 To: discuss@jquery.com Subject: Re: [jQuery] Please add a basic debug function to the jQuery core...

Re: [jQuery] Good datepicker

2007-03-09 Thread Alexandre Plennevaux
Yes it does i use it in one of my app as a form helper to select a UK formatted date before mysql insert. One of the options is the startdate, which you can set to 1789 if you like If you need help, let me know... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [jQuery] Good datepicker

2007-03-09 Thread Alexandre Plennevaux
Just to make sure we talk about the same plugin, i used Kelvin luck's date picker plugin http://www.kelvinluck.com/assets/jquery/datePicker/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: vendredi 9 mars 2007 17:53 To: jQuery

Re: [jQuery] New Plugin: jqChart - Charts plugin for jQuery

2007-03-09 Thread Alexandre Plennevaux
that is excellent! i suggest using a title caption on mouseover any bar, indicating the label value. great work! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ashutosh bijoor Sent: vendredi 9 mars 2007 21:58 To: jQuery Discussion. Subject: [jQuery] New Plugin:

Re: [jQuery] generate folder name

2007-03-08 Thread Alexandre Plennevaux
: [jQuery] generate folder name Alexandre, You should be able to simply test the folder name string against a regular expression. More info: http://www.regular-expressions.info/javascript.html http://www.websina.com/bugzero/kb/regexp.html HTH, SEAN O http://www.sean-o.com Alexandre

Re: [jQuery] Plugin: jdMenu 1.3.beta2

2007-03-07 Thread Alexandre Plennevaux
the plugin is non obtrusive, so without javascript you will (and so will SE) see a list of links... _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Sent: mercredi 7 mars 2007 12:16 To: jQuery Discussion. Subject: Re: [jQuery] Plugin: jdMenu 1.3.beta2 I was

[jQuery] generate folder name

2007-03-07 Thread Alexandre Plennevaux
hello! i am creating a form where user enters the name of a new project. First field is title, the second one is project folder name. I would like to proposed a failsafe folder name from the project title. Can somebody provide me with a good idea on how to generate a secure folder name out of

[jQuery] regular expressions

2007-03-07 Thread Alexandre Plennevaux
hello! I'm experimenting with regular expressions, and i would like to replace in a string some special characters by a - minus sign, and others by just removing it. Do i need ot make two regex.replace(), or is it possible to have both in one command? thank you very much for your time!

Re: [jQuery] regular expressions

2007-03-07 Thread Alexandre Plennevaux
/,-).replace(/Y/,) On 3/7/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hello! I'm experimenting with regular expressions, and i would like to replace in a string some special characters by a - minus sign, and others by just removing it. Do i need ot make two regex.replace

Re: [jQuery] regular expressions

2007-03-07 Thread Alexandre Plennevaux
/,'O'); would make Once upon a time, but: once upon a time.replace(/o/g,O); would make Once upOn a time On 3/7/07, Ⓙⓐⓚⓔ HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: 1 command , 2 replaces var newString = oldString.replace(/X/,-).replace(/Y/,) On 3/7/07, Alexandre Plennevaux

Re: [jQuery] jqUploader updated

2007-03-05 Thread Alexandre Plennevaux
HYPERLINK http://www.fg-webdesign.dehttp://www.fg-webdesign.de Alexandre Plennevaux wrote: Jason, i've just updated the script. Thank you for your time! HYPERLINK http://www.pixeline.be/test/jquery/jqUploader/index.htmlhttp://www.pixeline.be/test/jquery/jqUploader/index.html

[jQuery] Animate() : background color

2007-03-02 Thread Alexandre Plennevaux
. What am i doing wrong? thank you !! alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Tel:+32(0)2.219.65.55 Fax:+32(0)2.426.69.86 Mobile:+32(0)476.23.21.42 HYPERLINK blocked::http

Re: [jQuery] jquery upload... what are you using?

2007-02-28 Thread Alexandre Plennevaux
I created jqUploader to take care of that in an non obtrusive way: http://www.pixeline.be/test/jquery/jqUploader/ There is one functionality i did not get done yet, is limiting filesize (on the clientside, as to play it safe you would have to take care of that on the serverside like for all

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread Alexandre Plennevaux
If filesize is to be TB biggest advantage, personally in fact i rarely need to be able to launch a TB with iframe, ajax and images on the same page, or even Application. I guess i'm not the only one to choose before hand at design time how my app will use TB (ajax/iframe) to display interfaces.

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread Alexandre Plennevaux
One thing is sure: I'll not be able to implement all the different requirements here, and so why not allowing extendibility made easy (I like making things as easy to use as possible). Right on. The TB website forum can be used to build a knowledge base of various common extended uses (like

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread Alexandre Plennevaux
% is better. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: mercredi 28 février 2007 14:49 To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha Alexandre Plennevaux schrieb: If filesize is to be TB biggest

Re: [jQuery] Amazing jQuery!

2007-02-28 Thread Alexandre Plennevaux
You mean... history.next() ? °-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of howard chen Sent: mercredi 28 février 2007 17:44 To: discuss@jquery.com Subject: [jQuery] Amazing jQuery! I really appreciate the developers and of coz , users of

Re: [jQuery] jqueryplugins.com

2007-02-27 Thread Alexandre Plennevaux
, Alexandre Plennevaux _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yehuda Katz Sent: mardi 27 février 2007 5:02 To: jQuery Discussion. Subject: Re: [jQuery] jqueryplugins.com Hey Matt(s). I'm heading up the effort within the jQuery team to standardize the way we

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
IMO: These are all nice add-ons, but i'd rather have them out of the main TB library, using optional callbacks. If these are popular requests, to address this request and yet not overblow the library, I think it's best that you maybe publish a FAQ: how to make circular clicking / how to make a

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
Question: will the next version of TB support multiple thickboxes (one on top of the other) ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Klaus Hartl Sent: mardi 27 février 2007 13:39 To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: Thickbox

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-27 Thread Alexandre Plennevaux
:[EMAIL PROTECTED] On Behalf Of Sam Collett Sent: mardi 27 février 2007 15:28 To: jQuery Discussion. Subject: Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha On 27/02/07, Klaus Hartl [EMAIL PROTECTED] wrote: Alexandre Plennevaux schrieb: Question: will the next version of TB support multiple

Re: [jQuery] how can I improve this?

2007-02-26 Thread Alexandre Plennevaux
Did you consider using an Accordion? http://jquery.bassistance.de/accordion/accordionDemo.htmld It should be possible to adapt it to your needs. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of rolfsf Sent: mardi 27 février 2007 0:30 To:

Re: [jQuery] jqueryplugins.com

2007-02-26 Thread Alexandre Plennevaux
Great idea! it would be great that you standardize as much as possible the process of PRESENTING a plugin - what is it, what it does - demo - how-to - download - documentation - support - changelog - dedicated support forum And maybe a private access for plugin publishers to maintain their own

Re: [jQuery] jqModal r7 release!

2007-02-23 Thread Alexandre Plennevaux
Brice, wonderful work, and i luv the confirm/alert replacement! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brice Burgess Sent: vendredi 23 février 2007 7:58 To: jQuery Discussion. Subject: [jQuery] jqModal r7 release! Ladies and Gentleman of the

[jQuery] thickbox bug

2007-02-23 Thread Alexandre Plennevaux
%width=600http://www.google.com?KeepThis=trueTB_iframe=trueheight=98%width=600;google/a i guess this is bypassable if you jquery the onclick event... Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium

Re: [jQuery] jqUploader: flash-based file upload

2007-02-23 Thread Alexandre Plennevaux
: flash-based file upload FYI, despite the allowed extensions specified in your code, I was able to upload a PDF file without errors. This was in Firefox 2.x/Mac. Looks interesting, though! - jason Alexandre Plennevaux wrote: Hello, my Plugin replacing file input fields

Re: [jQuery] jqUploader: flash-based file upload

2007-02-23 Thread Alexandre Plennevaux
enabled. I didn't do anything special. - Jason Alexandre Plennevaux wrote: Jason, can you give me more details? I can't reproduce this, unless i turn javascript off, of course -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Huck

[jQuery] jqUploader updated

2007-02-23 Thread Alexandre Plennevaux
OS X 10.4.8. Javascript enabled. I didn't do anything special. - Jason Alexandre Plennevaux wrote: Jason, can you give me more details? I can't reproduce this, unless i turn javascript off, of course -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED

Re: [jQuery] BlockUI like plugin for divs

2007-02-22 Thread Alexandre Plennevaux
Nice Mike! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: jeudi 22 février 2007 22:55 To: jQuery Discussion. Subject: Re: [jQuery] BlockUI like plugin for divs I'd like to be able to do this sort of thing too. To block just a

[jQuery] Komod API catalog

2007-02-21 Thread Alexandre Plennevaux
Hello! the excellent (and free) Komodo Edit 4 software offers the possibility to extend code completion libraries. I would like to know if there is an existing jquery API catalog already created? Googling around and looking at activestate website was unfruitful. Thank you! Alexandre

[jQuery] jqUploader: flash-based file upload

2007-02-21 Thread Alexandre Plennevaux
it on other platforms than IE7 and FF2 on Windows XP. So shoot me if it does not work on your platform. Special thanks to Vlada and Alex Cook for your help and advise! Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel

Re: [jQuery] jCarousel with many (100+) items

2007-02-20 Thread Alexandre Plennevaux
Back in the days, i developed in flash a UI that is similar to jCarousel, but showing thousands (!) of items. The same issue quickly arouse, so the solution was to unload/load dynamically the prev/next, say, 20 items. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [jQuery] release: treeview plugin 1.1

2007-02-20 Thread Alexandre Plennevaux
Jörn, Nice work! As for features, i always have some :) If you can make it behave as close as possible to windows explorer, it would be great. In that direction, one feature is missing: Moving directories/files into other directories across levels via simple drag'n'drop. A great example of

Re: [jQuery] tables - is this possible ?

2007-02-19 Thread Alexandre Plennevaux
Basically, it's no, not possible. More info here: http://www.thescripts.com/forum/thread93938.html -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ronaldo Sent: mardi 20 février 2007 1:11 To: discuss@jquery.com Subject: Re: [jQuery] tables - is this

[jQuery] jqUploader development: conception question

2007-02-18 Thread Alexandre Plennevaux
would be the proper way to make this unobtrusive ? Thanks, Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Tel:+32(0)2.219.65.55 Fax:+32(0)2.426.69.86 Mobile:+32(0)476.23.21.42 HYPERLINK

Re: [jQuery] Google's Summer of Code

2007-02-17 Thread Alexandre Plennevaux
One of the applications that made jQuery is thickbox. I would love to see some improvement over there. I think the jquery team has picked it up, how far is it going? To which directions? What will be the next version? Wouldn't it be something to hand over to the SoC? -Original

Re: [jQuery] Google's Summer of Code

2007-02-17 Thread Alexandre Plennevaux
Yes, i second this. Although to get to the extends of FCKEditor will take years... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olivier Percebois-Garve Sent: samedi 17 février 2007 15:01 To: jQuery Discussion. Subject: Re: [jQuery] Google's Summer of

Re: [jQuery] jQuery Powered Sites - Keep the Links Coming

2007-02-17 Thread Alexandre Plennevaux
Yes, indeed IMO. The main issues with common web interfaces is what i call rupture: brutal changes disturb the user's concentration, he has to find back where he was and has no clear view of the page structure. The smooth scroll let the user keep track of where he is on the total page surface,

Re: [jQuery] Loop Checkbox Action Question

2007-02-17 Thread Alexandre Plennevaux
I would try somehting like this: $(document).ready(function(){ $('[EMAIL PROTECTED]'checkbox']).change(function(){ If ($(this).is(:checked)){ $(div.sub2).hide(slow); } else {

Re: [jQuery] blocking/skinning div cotents

2007-02-16 Thread Alexandre Plennevaux
You said: Note that the scrollable div in IE seems to often defeat the overlays I've tried, once the scroll bar appears... I believe that to address this, you have to put an iframe in your overlaying div . Other than that, blockUI is the closest thing to what you are trying to do i believe.

Re: [jQuery] Question about .each()

2007-02-15 Thread Alexandre Plennevaux
Shouldn't it be this.click(function(){ alert(this.attr(id);) }); ?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mahadewa Sent: jeudi 15 février 2007 14:14 To: discuss@jquery.com Subject: [jQuery] Question about .each() Hi all, I have a

Re: [jQuery] Introduction and Masked Input Plugin

2007-02-14 Thread Alexandre Plennevaux
That's very useful and works perfect for me on WinXP SP2 FF2 or IE7! Congratulations Josh! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mrcarxpert Sent: mercredi 14 février 2007 3:03 To: discuss@jquery.com Subject: [jQuery] Introduction and Masked

[jQuery] Get the selected option of a select element

2007-02-13 Thread Alexandre Plennevaux
()); }); }); /script it kind of work, but it always give the same value, no matter what the user picks. Is there a way to know which option is selected ? i looked in the documentation, and :selection is not supported. any idea? thank you, Alex Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte

Re: [jQuery] jQuery Design Decisions? Comparison to MooTools?

2007-02-13 Thread Alexandre Plennevaux
Matt, You 've been one of my js heroes for years, welcome on board! alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Sent: mardi 13 février 2007 15:11 To: 'jQuery Discussion.' Subject: Re: [jQuery] jQuery Design Decisions? Comparison to

[jQuery] jqUploader: parentNode

2007-02-12 Thread Alexandre Plennevaux
hello! Still trying to get my uploader plugin on track. I would like to implement a feature that replaces the uploader flash file by a text input field containing the uploaded file's name. So the process so far is this: - replace file input fields by a flash uploader - when upload is done,

Re: [jQuery] Miniscule (1k) Drag'n'Resize for jqModal via jqDnR

2007-02-11 Thread Alexandre Plennevaux
. Rajesh Jeba Anbiah Sent: dimanche 11 février 2007 11:55 To: discuss@jquery.com Subject: Re: [jQuery] Miniscule (1k) Drag'n'Resize for jqModal via jqDnR On Feb 10, 3:02 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Well, i used to disable alert like this: function alert() {} Oh, thanks

Re: [jQuery] Miniscule (1k) Drag'n'Resize for jqModal via jqDnR

2007-02-10 Thread Alexandre Plennevaux
Nce! I have to fix the css of the post-it style so that the grey bar adapts itself to the width... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brice Burgess Sent: samedi 10 février 2007 9:02 To: jQuery Discussion. Subject: [jQuery] Miniscule (1k)

Re: [jQuery] Miniscule (1k) Drag'n'Resize for jqModal via jqDnR

2007-02-10 Thread Alexandre Plennevaux
Well, i used to disable alert like this: function alert() {} But i guess you could tweak it to launch a modal window instead. I'll give it a try -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of R. Rajesh Jeba Anbiah Sent: samedi 10 février 2007 9:25 To:

[jQuery] blockUI question

2007-02-09 Thread Alexandre Plennevaux
hello! i would like to use blockUI to replace the classic confirm dialog box, as shown on the modal dialogs example here: HYPERLINK http://malsup.com/jquery/block/dialog.htmlhttp://malsup.com/jquery/block/dialog.html in this case, i have several images, each with the option to delete it,

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Alexandre Plennevaux
with the current layout/design. Simple customization can go a long ways in versatility and flexibility. * a stand-alone version? (Google video uses a downloadable for uploading videos) Cheers! On 2/7/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED] \n [EMAIL PROTECTED] wrote: hello, i'm

Re: [jQuery] jQUpload - request for features

2007-02-09 Thread Alexandre Plennevaux
Hi Ricardo: o Show an animated icon while the upload is in progress... A progress bar like in your demo is nice too. :-) o A customizable look is also a requirement. - upon release, i will give out the flash file so you will have full control over the animation. What i want to provide is a

[jQuery] IE7 vs jQuery

2007-02-09 Thread Alexandre Plennevaux
] jQUpload - request for features thats hot stuff. works perfectly. nice work. On 09/02/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: thanks sam, it's pretty and a good source of inspiration ;) i have a first workable version, but plenty

[jQuery] Jquery manual: Callbacks, functions and 'this'

2007-02-09 Thread Alexandre Plennevaux
sorry if I sound dumb (i probably am), but can someone explain or rephrase this? (found on HYPERLINK http://docs.jquery.com/How_jQuery_Workshttp://docs.jquery.com/How_jQuery_Works ) Callbacks, Functions, and 'this' A callback is a function that is passed as an argument to another function

Re: [jQuery] Interface 1.2

2007-02-09 Thread Alexandre Plennevaux
Woohoo! Awesome ! You just had me discover the fun of playing with 350px-width borders! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Petre Sent: vendredi 9 février 2007 23:56 To: jQuery Discussion. Subject: [jQuery] Interface 1.2 Hi, I just

[jQuery] plugin FormValidation: getComputedStyle error

2007-02-07 Thread Alexandre Plennevaux
no properties it chokes on the getComputedStyle method. I don't find any reference to it in the jquery API nor in the plugin itself. can you enlighten me? thanks, Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles

Re: [jQuery] jqModal updated -- dialog customization galore

2007-02-07 Thread Alexandre Plennevaux
I just noticed that in example 3 on the demo page: true modal, if you open either example, you scroll the page they move along with it. Does this still qualifies as modal ? In my understanding, modal means no interaction is possible outside the focused area i.e. the window . -Original

[jQuery] jQUpload - request for features

2007-02-07 Thread Alexandre Plennevaux
hello, i'm in need of a good cross platform solution for file upload with progress indication. The usual problem is that php does not have, unless involving a cgi script, the capacity to know the exact state of the upload. So instead of using cgi, my idea is to use a flash file. So i've

Re: [jQuery] question about selectors

2007-02-07 Thread Alexandre Plennevaux
Thank you Mike, Another question: i want to disable the submit event of the form, yet my code doesn't work form.unbind is not a function var $this = jQuery(this); var form = $this[0].form; form.unbind(submit); Thanks a lot! alexandre -Original Message- From: Mike Alsup

[jQuery] Form validation

2007-02-06 Thread Alexandre Plennevaux
what you would advise out of your own personal experience. Thank you, Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique-Belgium Tel:+32(0)2.219.65.55 Fax:+32(0)2.426.69.86 Mobile:+32(0

Re: [jQuery] Taconite Plugin - New and Improved!

2007-02-06 Thread Alexandre Plennevaux
That's an amazing idea, congratulations ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: mardi 6 février 2007 21:40 To: jQuery Discussion. Subject: [jQuery] Taconite Plugin - New and Improved! I've just rewritten my Taconite Plugin and

Re: [jQuery] jQuery guru wanted for small contract, good $

2007-02-06 Thread Alexandre Plennevaux
You can do this in pure css: http://www.cssplay.co.uk/menus/doors_drop_line_three.html He's got plenty of interesting experiments with only css. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Sent: mardi 6 février 2007 21:32 To:

Re: [jQuery] 3oh scroller by youngpup

2007-02-05 Thread Alexandre Plennevaux
/scrollbar.htmlhttp://interface.eyecon.ro/ demos/scrollbar.html On 03/02/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: would someone be able to implement this in jquery? HYPERLINK http://webapp.youngpup.net/demos/threeoh-scroller/; \nhttp://webapp.youngpup.net/demos

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Alexandre Plennevaux
nice, never saw a shoe that close :) _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Matthews Sent: lundi 5 février 2007 15:25 To: [jQuery] Subject: [jQuery] KICK-BUTT javascript based Zoom feature HYPERLINK http://tinyurl.com/yubt54http://tinyurl.com/yubt54

Re: [jQuery] KICK-BUTT javascript based Zoom feature

2007-02-05 Thread Alexandre Plennevaux
Ahem... Right, it's made with prototype. :( -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dylan Verheul Sent: lundi 5 février 2007 15:45 To: jQuery Discussion. Subject: Re: [jQuery] KICK-BUTT javascript based Zoom feature On 2/5/07, Andy Matthews

Re: [jQuery] thickbox improvements

2007-02-05 Thread Alexandre Plennevaux
posted this?! This has been mentioned on the mailing list before, and now thickbox development has been moved to the SVN, with the first step being its refactoring. Alexandre Plennevaux-2 wrote: Some nice hacks have been proposed on the thickbox forum recently. If you are interested (maybe

[jQuery] interface : download page doesn't work?

2007-02-04 Thread Alexandre Plennevaux
is it just me or the download page of interface plugin is broken ? http://interface.eyecon.ro/download Alex. Using: FF2 on winXPSP2 ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

[jQuery] speed optimization

2007-02-04 Thread Alexandre Plennevaux
Hi, does jquery uses this ? HYPERLINK http://dean.edwards.name/weblog/2006/03/fasterhttp://dean.edwards.name/weblog/2006/03/faster is it running behind the $(document).ready(function() { ... }); call ? Cheers, Alex. -- Ce message Envoi est certifié sans virus connu. Analyse

[jQuery] selector question

2007-02-04 Thread Alexandre Plennevaux
hello, say i have a definition list: dttitle /dt dd this content blabla/dd dtanother title /dt dd another content blabla/dd i would like to have an event triggered on each dt that modifies its following dd, and only that one. i tried a few , but cannot get it to work correctly; it's

Re: [jQuery] selector question

2007-02-04 Thread Alexandre Plennevaux
').slideToggle(); }); aught to do it... On 2/4/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: hello, say i have a definition list: dttitle /dt dd this content blabla/dd dtanother title /dt dd another content blabla/dd i would like to have an event

Re: [jQuery] Pending Release: jAssistant, a pop-out, tabbed, dialog window for jQuery

2007-02-04 Thread Alexandre Plennevaux
I think it is a very promising release, it looks good at least; You could improve the way it feels with this 2 features: - draggable constrained to the viewport or a specific container; - translucency while on drag. So, is this how Vista looks? Beurk :) i prefer my skinned windowsXP :-) Thanks

Re: [jQuery] ANNOUNCE: New jQuery Project Team Members

2007-02-03 Thread Alexandre Plennevaux
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: vendredi 2 février 2007 22:16 To: jQuery Discussion. Subject: [jQuery] ANNOUNCE: New jQuery Project Team Members The jQuery team would like to welcome our newest team members, Yehdua Katz,

Re: [jQuery] jqModal

2007-02-03 Thread Alexandre Plennevaux
Alexandre Plennevaux wrote: hello Brice! i'm trying out the brand new version of jqModal! i'm trying to do this: whenever the page is loading, i would like display a modal window to the user, saying please wait When page has finished loading, it should disappear. I think jqModal can

Re: [jQuery] Release: Accordion menu plugin 1.1

2007-02-03 Thread Alexandre Plennevaux
Thank Jörn, The demo page does not work for me :( http://jquery.bassistance.de/accordion/accordionDemo.html# I'm on FF 2.0.0.1 on winXPSP2 Thanks alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: samedi 3 février 2007 12:47

[jQuery] css(padding-left);

2007-02-03 Thread Alexandre Plennevaux
hello, i would like to set the css property padding-left. So far it fails. I can assign a value to padding, but not to padding-left. Can you explain me how? does jquery support css shorthand (padding:0 0 0 5px) ? thanks Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat

[jQuery] 3oh scroller by youngpup

2007-02-03 Thread Alexandre Plennevaux
would someone be able to implement this in jquery? HYPERLINK http://webapp.youngpup.net/demos/threeoh-scroller/http://webapp.youngpup.net/demos/threeoh-scroller/ i found these scrollbars + shortcuts to be awesome! alex -- Ce message Envoi est certifié sans virus connu. Analyse effectuée

Re: [jQuery] Release: Accordion menu plugin 1.1

2007-02-03 Thread Alexandre Plennevaux
Jörn, Nice work!! If you don't mind my nitpicking, i find it disturbing that there is no closing animation. It makes the whole object jump, which makes it hard for the eye, as you have to pay attention on to where you clicked. Still, already nice to have it as such! Alex -Original

Re: [jQuery] API-Draft Looks great!

2007-02-03 Thread Alexandre Plennevaux
Jörn, i would like to make a firefox extension to search into the jquery api, what would be the url for the search in your API, along with the query variable name? Thanks alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: samedi

Re: [jQuery] API-Draft Looks great!

2007-02-03 Thread Alexandre Plennevaux
: [jQuery] API-Draft Looks great! Alexandre Plennevaux schrieb: Jörn, i would like to make a firefox extension to search into the jquery api, what would be the url for the search in your API, along with the query variable name? I don't think the current browser supports that, I wouldn't know

[jQuery] thickbox improvements

2007-02-03 Thread Alexandre Plennevaux
Some nice hacks have been proposed on the thickbox forum recently. If you are interested (maybe some interest for jqModal and other modal window scripts) - work with proportional width and height; - remove the browser scrollbars without having the page jump; more here: HYPERLINK

  1   2   >