Re: [jQuery] multi language support

2007-01-30 Thread Alexandre Plennevaux
I will gladly translate the doc into French! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: mardi 30 janvier 2007 3:57 To: jQuery Discussion. Subject: Re: [jQuery] multi language support We're currently trying to figure out what the

Re: [jQuery] Basic Sound Alert System

2007-01-30 Thread Alexandre Plennevaux
i read about it just yesterday: amazing stuff: HYPERLINK http://www.schillmania.com/projects/soundmanager2/demo/http://www.schillma nia.com/projects/soundmanager2/demo/ _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Cook Sent: mardi 30 janvier 2007 19:12 To:

[jQuery] preloader

2007-01-30 Thread Alexandre Plennevaux
hello! i would like to know if there is anything built in jquery to preload a bunch of images in the background. Any tip would be helpful Thank you! Alexandre -- Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.441 / Base de données virus:

Re: [jQuery] preloader

2007-01-30 Thread Alexandre Plennevaux
]); } } _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: mardi 30 janvier 2007 20:18 To: 'jQuery Discussion.' Subject: [jQuery] preloader hello! i would like to know if there is anything built in jquery to preload a bunch of images

[jQuery] blockUI/unblockUI: onUnload

2007-01-31 Thread Alexandre Plennevaux
hello, i would like to know how to display the blockUI modal message when the page is loading, and hide it when it is loaded. is there some jquery function that can execute blockUI before $(document).ready ? thank you, Alex ps: blockui: HYPERLINK

Re: [jQuery] blockUI/unblockUI: load/unload

2007-01-31 Thread Alexandre Plennevaux
] [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: mercredi 31 janvier 2007 12:42 To: discuss@jquery.com Subject: [jQuery] blockUI/unblockUI: onUnload Importance: High hello, i would like to know how to display the blockUI modal message when the page is loading, and hide it when

[jQuery] how to know whole page content is loaded?

2007-01-31 Thread Alexandre Plennevaux
Hello again, Any idea how i can trigger a function when every element on the page has been loaded (including external js, css and img files) ? Thanks alex. -- Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.441 / Base de données virus: 268.17.17/661

Re: [jQuery] What is the best way to replace an element using JQuery?

2007-01-31 Thread Alexandre Plennevaux
I would try: $(#myElement).before( divnew element/div).remove(); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Adamson Sent: mercredi 31 janvier 2007 15:02 To: discuss@jquery.com Subject: [jQuery] What is the best way to replace an element

Re: [jQuery] Data falling out of Container Div

2007-01-31 Thread Alexandre Plennevaux
Are you setting any height in your javascript? Otherwise, although i don't see any float in your style sheet, it looks like this is something that could be fixed by Using the clearfix css trick: http://www.positioniseverything.net/easyclearing.html In your stylesheet: .clearfix:after {

Re: [jQuery] What is the best way to replace an element using JQuery?

2007-01-31 Thread Alexandre Plennevaux
Personally i don't think so. Once you get the jquery logic, it's very easy to figure out how to do the replace() (see how many people answered correctly :) ) One of the strength of jquery is its low file size. Only use the extreme necessary for jquery, and plugins for custom flavours...

[jQuery] iFrame manual reload required in Firefox

2007-01-31 Thread Alexandre Plennevaux
hello, i'm trying to help someone on the thickbox forum, but the issue he encounters seems really weird to me, and happens only with firefox. here is the thread: HYPERLINK

Re: [jQuery] Some Firefox search plugins I made

2007-01-31 Thread Alexandre Plennevaux
cool, i'll try it out, thanks ! _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alex Cook Sent: jeudi 1 février 2007 0:57 To: jQuery Discussion. Subject: Re: [jQuery] Some Firefox search plugins I made That’s kinda kewl, thanks! :-) _ From: [EMAIL

[jQuery] iFrame manual reload required in Firefox

2007-02-01 Thread Alexandre Plennevaux
Sorry for the repost, but i did not have any feedback. Can you please have a look at this request? I think it's a possible bug in jquery --- hello, i'm trying to help someone on the thickbox forum, but the issue he encounters seems really weird to me, and happens only with firefox. here

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Alexandre Plennevaux
Did you try blockUI ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vince Sent: jeudi 1 février 2007 11:19 To: discuss@jquery.com Subject: Re: [jQuery] Ajax get And Thickbox, problem accessing value nobody puts inputs in a thickbox and needs to

Re: [jQuery] Ajax get And Thickbox, problem accessing value

2007-02-01 Thread Alexandre Plennevaux
try, but maybe, it'll be a better way to do it i'll take a look right now, thanks for the tip ! Alexandre Plennevaux-2 wrote: Did you try blockUI ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of vince Sent: jeudi 1 février 2007 11:19

Re: [jQuery] Docs Wigdet

2007-02-01 Thread Alexandre Plennevaux
to create. How interested is everyone? -- Yehuda On 2/1/07, Klaus Hartl HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Alexandre Plennevaux schrieb: In fact as a firefox search engine plugin it would be great I think somebody has already created one. That's still far away from

Re: [jQuery] thickbox and forms.js

2007-02-01 Thread Alexandre Plennevaux
http://codylindley.com/thickboxforum/comments.php?DiscussionID=408/ Cheers, alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tom Shafer Sent: jeudi 1 février 2007 20:59 To: discuss@jquery.com Subject: [jQuery] thickbox and forms.js HI, I am

Re: [jQuery] jqModal updated - less code, more features.

2007-02-02 Thread Alexandre Plennevaux
Great work!! I'll try it out today ! Question: is it possible, when modal window is shown, that the browser scrollbar be hidden? For instance, i think it would mean: store the current scroll position, store current body display style value, set document.body.style.overflow=hidden (if it is not),

Re: [jQuery] rewriting the browser address (without refresh)?

2007-02-02 Thread Alexandre Plennevaux
Rewriting the url out of pure javascript is not possible: you can only do this on the server siede AFAIK. I haven't tried it myself, but did u check out this Really Simple History framework: http://codinginparadise.org/weblog/2005/09/ajax-how-to-handle-bookmarks-and- back.html -Original

Re: [jQuery] Creating Custom Show/Hide system

2007-02-02 Thread Alexandre Plennevaux
Did you check slideToggle() in the doc: http://docs.jquery.com/Effects#slideToggle.28_speed.2C_callback_.29 ? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Harwood Sent: vendredi 2 février 2007 13:18 To: discuss@jquery.com Subject: [jQuery]

Re: [jQuery] on click creating a autocomplete input field

2007-02-02 Thread Alexandre Plennevaux
1/ the markup: to each table cell that should behave like that, add a specific class=editable (for example) 2/ the behavior: replace td on click script type=text/javascript $(document).ready(function(){ $(td.editable).click(function(){ startvalue = $(this).text(); $(this).before('input

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-02 Thread Alexandre Plennevaux
as a beginner myself, may i suggest a tutorial describing thoroughly what is possible and the limits of chaining? also, how to get the browser available width, height in jquery? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Karl Swedberg Sent: vendredi 2 février 2007

Re: [jQuery] Timer

2007-02-02 Thread Alexandre Plennevaux
i would suspect your xml file is cached: append some random data next to the uri: myFile= '/content/url.xml'+ New Date.getTime(); $('loadItHere').load(myFile); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Johannes Theile Sent: vendredi 2 février 2007

Re: [jQuery] Interesting plugin idea if anyone is interested for jquery

2007-02-02 Thread Alexandre Plennevaux
Woow, nice! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stephen Woodbridge Sent: vendredi 2 février 2007 17:37 To: jQuery Discussion. Subject: [jQuery] Interesting plugin idea if anyone is interested for jquery http://www.solutoire.com/plotr

Re: [jQuery] ANN: Brandon Aaron Joins learningjquery.com

2007-02-02 Thread Alexandre Plennevaux
another tutorial for beginners would also be some kind of introduction to the terminology. it goes beyond jQuery, but since you use it all the time, it would be nice to define them and exemplify them variable, array, hashes, callbacks, attributes, object, the ideas behind separation of

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

[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] 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] 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:

[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] 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

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:

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

[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,

[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

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

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] 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] 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 {

[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] 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

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

[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] 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

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

[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] 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

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

  1   2   >