[jQuery] Re: Release: Validation plugin 1.1.2

2007-12-12 Thread Alexandre Plennevaux
. Have fun! Your feedback is welcome! Jörn -- Alexandre Plennevaux LAb[au] http://www.lab-au.com

[jQuery] Re: [News]: Plugin Development Pattern (blog entry)

2007-10-31 Thread Alexandre Plennevaux
great read! i took the liberty to update the jquery doc / plugin authoring page to link to it: HYPERLINK http://docs.jquery.com/Plugins/Authoring#Optionshttp://docs.jquery.com/Plu gins/Authoring#Options _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl

[jQuery] Re: Ok... I give up... why is this message occuring?

2007-10-28 Thread Alexandre Plennevaux
well, the firebug message indicates that the validation.js file is not loaded correctly. Check the path. Also, use the standard $(document).ready(function(){...}); instead of $().ready _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick Faircloth Sent:

[jQuery] Re: ColdFusion LightBox Gallery

2007-10-28 Thread Alexandre Plennevaux
nice, although i see the same bug or shortcoming being duplicated with each lightbox transposition: if you scroll the page , your modal window scrolls along with it whereas it should remain in place. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On

[jQuery] [SITE] newsweek.com

2007-10-26 Thread Alexandre Plennevaux
wow, the redesigned newsweek.com uses jquery! HYPERLINK http://www.newsweek.com/id/57485http://www.newsweek.com/id/57485 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

[jQuery] number of selected elements

2007-10-24 Thread Alexandre Plennevaux
hi friends, a quickie here: say i have a selector: $('table'); can someone let me know the most efficient way to get the number of TR inside the selected TABLE? thanks a lot! Alexandre Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.488 / Base

[jQuery] move div according to mouse X position

2007-10-23 Thread Alexandre Plennevaux
hello friends, i'm (still) trying to create this interaction: a very wide div scroll into view, according to the user mouse position on the screen. It's something i've done in flash without issue, but here in javascript, even with jquery i'm not too successful. the best result i have so far

[jQuery] Re: Prevent comment SPAM with jQuery

2007-10-23 Thread Alexandre Plennevaux
i think you are not only blocking spambots, but also my grandpa and his arthritis in his fingers and my grand ma with her poor eyes forcing her to use screenreaders. a much more safe way is to use a very obvious email input field that you hide via CSS. Then you check on the serverside, if that

[jQuery] Re: Getting window portal size in 1.2.1

2007-10-20 Thread Alexandre Plennevaux
i think with jquery1.2.1 you can just do this: $(window).width(); $(window).height(); if not, you can do that using the dimensions.js plugin. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Olaf Bosch Sent: samedi 20 octobre 2007 8:23 To:

[jQuery] Re: Getting window portal size in 1.2.1

2007-10-20 Thread Alexandre Plennevaux
oups, sorry i answered before reading the origin of this thread. Nevermind!! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: samedi 20 octobre 2007 13:54 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Getting

[jQuery] Re: jQpanels 1.0.1

2007-10-19 Thread Alexandre Plennevaux
that's getting better and better, congratz! i would suggest simply renaming that {status:'open'} option to open and making it a boolean value (since it can only have 2 states) {open: true} -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[jQuery] Re: continuous action while mouseover

2007-10-18 Thread Alexandre Plennevaux
= setTimeout( f, 13 ); Good luck, Brian. On 10/17/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Brian, could you fastly elaborate (with a basic code sample if possible) on how to do this: use a self-calling timer to do any additional

[jQuery] setInterval not working

2007-10-18 Thread Alexandre Plennevaux
responsible for updating the zone position is only triggered once, whereas it is launched via a setInterval, so i assumed it should be triggered every n millisecondds. Could someone enlighten me? thanks a lot, Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104

[jQuery] Re: setInterval not working

2007-10-18 Thread Alexandre Plennevaux
to alter your moveDatascape function a bit: moveDatascape = function(el,mouseX,scrollSteps,stageWidth,frameWidth,maxX,minX) { return (function() // rest of function follows Then you can just do: setInterval(myfunc, 20); -- Josh - Original Message - From: Alexandre Plennevaux

[jQuery] Re: setInterval not working

2007-10-18 Thread Alexandre Plennevaux
the setInterval call. Keep hacking away at it, I think it will work! -- Josh - Original Message - From: Alexandre Plennevaux [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Thursday, October 18, 2007 2:02 PM Subject: [jQuery] Re: setInterval not working hi Josh, i tried your

[jQuery] Re: Announce: jqPuzzle - Customizable Sliding Puzzles with jQuery

2007-10-17 Thread Alexandre Plennevaux
i think this deserves to replace the actual jquery logo on the homepage (of course, in a smaller size version)! what a great showcase! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Stoltze Sent: mercredi 17 octobre 2007 14:40 To:

[jQuery] Re: continuous action while mouseover

2007-10-17 Thread Alexandre Plennevaux
object and won't have to worry about executing onMouseOver with every crease in the DOM structure. I hope this helps. Brian. On 10/17/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi friends, i was wondering: how can i trigger an action while

[jQuery] Re: continuous action while mouseover

2007-10-17 Thread Alexandre Plennevaux
to worry about executing onMouseOver with every crease in the DOM structure. I hope this helps. Brian. On 10/17/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Hi friends, i was wondering: how can i trigger an action while the mouse stays on a specific

[jQuery] Re: Announce: jqPuzzle - Customizable Sliding Puzzles with jQuery

2007-10-15 Thread Alexandre Plennevaux
AMAZING ! i would suggest to add a games or jqMuscles category . it's a very specific and probably seldom use plugin, but it really shows off some powerful javascript muscles ! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ralf Stoltze Sent:

[jQuery] Re: ClueTip: Nice work, Karl!

2007-10-10 Thread Alexandre Plennevaux
hi karl, everything works fine here on winxp SP2 with firefox 2007 only one issues: examples page: the round corner examples do not work. great plugin, one of my all time fav! cheers, Alexandre _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Karl

[jQuery] Re: ANNOUCE: jQuery lightBox plugin

2007-10-07 Thread Alexandre Plennevaux
all this is nice and looking good, but for me it does not behave correctly: - if you resize the window, the overlay div does not resize itself; - on long pages (with the scrollbars visible), while the lightbox is on, you can still scroll and have the image scroll along with it: this is not modal

[jQuery] Re: jscrollpane plugin problem

2007-10-04 Thread Alexandre Plennevaux
if maybe there's another solution. Guillermo 2007/10/3, Alexandre Plennevaux [EMAIL PROTECTED]: AFAIK you have to recall the function, or you can use the jquery live plugin -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo

[jQuery] Re: jscrollpane plugin problem

2007-10-03 Thread Alexandre Plennevaux
AFAIK you have to recall the function, or you can use the jquery live plugin -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Movia Sent: mercredi 3 octobre 2007 19:46 To: jquery-en@googlegroups.com Subject: [jQuery] jscrollpane plugin

[jQuery] Re: ANNOUNCE: jqUploader update

2007-10-01 Thread Alexandre Plennevaux
post a link to it? Rey.. Alexandre Plennevaux wrote: hi friends, this is just to inform everyone that an update has been made to jqUploader: V 1.0.2.2: fixes flash prompt A script in this movie is causing Adobe Flash Player 9 to run slowly Moved to jquery 1.2.1

[jQuery] ANNOUNCE: jqUploader update

2007-09-30 Thread Alexandre Plennevaux
hi friends, this is just to inform everyone that an update has been made to jqUploader: V 1.0.2.2: fixes flash prompt A script in this movie is causing Adobe Flash Player 9 to run slowly Moved to jquery 1.2.1 Hope this is useful! Alexandre Plennevaux Ce message Envoi est

[jQuery] Re: Closing a thickbox from within a Flash movie

2007-09-21 Thread Alexandre Plennevaux
there is an old skool way: create a javascript function to close the thickbox. then in your flash file: getURL(javascript:closeThickbox()); _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: vendredi 21 septembre 2007 14:08 To:

[jQuery] Re: can't quite finish this ...

2007-09-18 Thread Alexandre Plennevaux
Hi owen, You are on the right track, check this short tutorial: http://be.twixt.us/jquery/formSubmission.php Good luck, alex -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Owen Parker Sent: mardi 18 septembre 2007 5:39 To: jQuery (English) Cc:

[jQuery] idea to track plugin updates: myJquery.com

2007-09-17 Thread Alexandre Plennevaux
hi all, This email presents a suggestion for a community tool, maybe it's already under preparation, AFAIK, it is not. (but myjquery.com is already taken so maybe...) Discovering with lust and pleasure the update to 1.2.1 this morning i realized the recurring complain about how to keep track

[jQuery] Re: idea to track plugin updates: myJquery.com

2007-09-17 Thread Alexandre Plennevaux
: myJquery.com Why not help to add that to the main jQuery plugin repository? We already have all the plugins and the full application, you could write the tracking feature and get it in. --John On 9/17/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: hi all, This email presents a suggestion

[jQuery] Re: Vibrator Plugin

2007-09-14 Thread Alexandre Plennevaux
I can't believe you found the pictures of my last holidays at the beach. Damn internet ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Glen Lipka Sent: vendredi 14 septembre 2007 2:40 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Vibrator Plugin Ok

[jQuery] Re: Selecting elements using '/'

2007-09-14 Thread Alexandre Plennevaux
/ is a special character, you have to esccape it using \\ So $('form.formclass').find('li\\/label').each( -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JayStrain Sent: vendredi 14 septembre 2007 11:27 To: jquery-en@googlegroups.com

[jQuery] Re: Selecting elements using '/'

2007-09-14 Thread Alexandre Plennevaux
, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: / is a special character, you have to esccape it using \\ So $(' form.formclass').find('li\\/label').each( -Original Message- From: HYPERLINK mailto:jquery-en@googlegroups.comjquery-en@googlegroups.com

[jQuery] jqmodal and livequery

2007-09-14 Thread Alexandre Plennevaux
hi! i have a node that at some point gets feed via ajax with an image that, when clicked, should launch itself fullscale inside a jqModal window. I thought using livequery to update the behaviours but i'm puzzled, because jqModal does not bind itself to the link launching the modal, but to

[jQuery] Re: jqmodal and livequery

2007-09-14 Thread Alexandre Plennevaux
().jqmShow(); }); should work. -- David Alexandre Plennevaux schreef: hi! i have a node that at some point gets feed via ajax with an image that, when clicked, should launch itself fullscale inside a jqModal window. I thought using livequery to update the behaviours but i'm puzzled

[jQuery] file selector/ directory browser

2007-09-14 Thread Alexandre Plennevaux
with the url of the selected image. anyone has seen anything in that area? I saw HYPERLINK http://www.sitespotting.it/esempi/002/http://www.sitespotting.it/esempi/002/ which could be tweaked to do that, but it's all in italian... thanks mates, Alexandre Alexandre Plennevaux - LAb[au] asbl.vzw

[jQuery] Re: file selector/ directory browser

2007-09-14 Thread Alexandre Plennevaux
://translate.google.com/translate?u=http%3A%2F%2Fwww.sitespotting.it%2F esempi%2F002%2Flangpair=it%7Cenhl=enie=UTF8http://translate.google.com/t ranslate?u=http%3A%2F%2Fwww.sitespotting.it%2Fesempi%2F002%2Flangpair=it%7C enhl=enie=UTF8 On 9/14/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED

[jQuery] Re: file selector/ directory browser

2007-09-14 Thread Alexandre Plennevaux
although i find that it's a bit too much, which slows a little bit the whole interface. _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: vendredi 14 septembre 2007 18:03 To: jquery-en@googlegroups.com Subject: [jQuery] Re: file selector

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Alexandre Plennevaux
Personally, i think Stephen has a point. I don't see any reason for disappointment in this, but the min size should be taken as a reference. On a side note, on the human level, let's not judge each other on alleged intents (procès d'intentions in French). It brings nothing else than bad feelings

[jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!?

2007-09-14 Thread Alexandre Plennevaux
Bango Sent: vendredi 14 septembre 2007 22:20 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Downloading 1.2 minified, getting 46kb instead of 14kb ??!? Being called underhanded or saying that the team intentionally mislead people isn't something that I'm comfortable with. Rey... Alexandre

[jQuery] Re: jQuery 1.2 seems to break the Treeview plugin

2007-09-13 Thread Alexandre Plennevaux
Letter to His Majesty The King Pop, Your Majesty, everyone has its view on development patterns. Your comments would be acceptable if presented as constructive criticism, but your comments sound as looking down on john's work (available to Your Majesty for free), without the bare minimum of

[jQuery] Re: Simple append?

2007-09-13 Thread Alexandre Plennevaux
Try this: $(td[align='right']).css({fontWeight: bold}); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of FrankTudor Sent: jeudi 13 septembre 2007 15:10 To: jQuery (English) Subject: [jQuery] Simple append? Hi all, I am very new to jQuery,

[jQuery] Re: Simple append?

2007-09-13 Thread Alexandre Plennevaux
In fact this should be more radical, but more resource heavy: : $(td[align='right'] *).css({fontWeight: bold}); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: jeudi 13 septembre 2007 16:37 To: jquery-en

[jQuery] is working with position:absolute a possible issue?

2007-09-13 Thread Alexandre Plennevaux
hello friends, quesiton: i'm working on a very designed website where pixelcrips is a cause for concern, where depending on the screen resolution, elements will be positioned differently. i'm thinking to actually work with a main container with a position:absolute property, and feed its

[jQuery] Re: is working with position:absolute a possible issue?

2007-09-13 Thread Alexandre Plennevaux
:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Thursday, September 13, 2007 12:48 PM To: jquery-en@googlegroups.com Subject: [jQuery] is working with position:absolute a possible issue? hello friends, quesiton: i'm working on a very designed website where pixelcrips is a cause

[jQuery] Re: is working with position:absolute a possible issue?

2007-09-13 Thread Alexandre Plennevaux
he reduced that number dramatically. You need to get your job done first ad foremost. Then optimize. :) Glen On 9/13/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello friends, quesiton: i'm working on a very designed website where pixelcrips

[jQuery] Re: load() with each(): FF is OK, IE not

2007-09-13 Thread Alexandre Plennevaux
I also get an error with IE7 on a load() command. The script debugger points to line 22 (1.2.min.js) : ;if(value!=undefined)elem[name]=value; I wonder if IE like the absence of question mark ?? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf

[jQuery] Re: is working with position:absolute a possible issue?

2007-09-13 Thread Alexandre Plennevaux
@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Thursday, September 13, 2007 3:53 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: is working with position:absolute a possible issue? ... unless you want your layout to be centered. In such case you need

[jQuery] Re: jquery 1.2 feedback

2007-09-12 Thread Alexandre Plennevaux
feedback Curious, would the speed increases come from using the minified version verses the packer version? On Sep 11, 3:07 pm, Web Specialist [EMAIL PROTECTED] wrote: Hey Rey: what's Purple Include? 2007/9/11, Alexandre Plennevaux [EMAIL PROTECTED]: Rey, let's see if u r really

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Alexandre Plennevaux
Wow, it 's starting to take nicely shape, i think i'll give it a try soon. Congratulation jf ! What, as a potential user working in real life scenarios, i would like to see how flexible it is: for example, a very basic version (like underline, italic, bold) and a full featured version. Also, is

[jQuery] Re: [Announce] WYMeditor 0.4 released

2007-09-12 Thread Alexandre Plennevaux
On Sep 12, 3:44 pm, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Wow, it 's starting to take nicely shape, i think i'll give it a try soon. Congratulation jf ! Thanks! What, as a potential user working in real life scenarios, i would like to see how flexible it is: for example, a very basic

[jQuery] Re: Visual jQuery

2007-09-11 Thread Alexandre Plennevaux
In fact, i would be very intersted in having the doc as xml file, in order to build a widget as an .exe file for windows, for offline quick access. Will this be updated? http://jquery.com/api/data/jquery-docs-xml.xml Thanks Alexandre -Original Message- From:

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-09-11 Thread Alexandre Plennevaux
Check jscrollpane, it has a very nice $('#anchorlink).scrollTo('#anchorTarget'); functionality http://kelvinluck.com/assets/jquery/jScrollPane/scrollTo.html -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Browett Sent: mardi 11

[jQuery] Re: Does JQuery 1.2 solve the thickbox positioning problem when scrolling?

2007-09-11 Thread Alexandre Plennevaux
Why not testing it yourself and letting us know of your conclusions? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Angelo Zanetti Sent: mardi 11 septembre 2007 14:49 To: jquery-en@googlegroups.com Subject: [jQuery] Does JQuery 1.2 solve the

[jQuery] jquery 1.2 feedback

2007-09-11 Thread Alexandre Plennevaux
just wanted to report that i had absolutely not a single issue switching from 1.1.4 to 1.2 and i use tons of plugins. The speed gain for me is more obvious with this release than with the move from 1.1.3 to 1.1.4. Also, animations and effects are smoother. Thus, so far so good and

[jQuery] Re: jquery 1.2 feedback

2007-09-11 Thread Alexandre Plennevaux
Rey, let's see if u r really the speedmaster _ like, could you say ten time really fast: I tweaked the ternary conditions across a same origin dynamic object literal expression while templating the script using Purple Include like techniques ? :D -Original Message- From:

[jQuery] Re: Thickbox 3.1: Transparency issues in IE6

2007-09-10 Thread Alexandre Plennevaux
Do you have a link where we can check your problem? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Jordan Sent: lundi 10 septembre 2007 17:09 To: jQuery (English) Subject: [jQuery] Thickbox 3.1: Transparency issues in IE6 Hi folks,

[jQuery] Re: Strip a href links from a div

2007-09-04 Thread Alexandre Plennevaux
i'm curious: is this $('#divid a').removeAttr('href'); the way to strip tags ? Like pi love a href=http://www.domain.com;my website/a and you should too./p would become: pi love my website and you should too./p Or will it only remove the href attribute?

[jQuery] Re: accessing html() attributes inside an event

2007-08-31 Thread Alexandre Plennevaux
Why not this? $('[EMAIL PROTECTED]').click(function(e){ alert($(this).html()); }); -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of james_027 Sent: vendredi 31 août 2007 9:56 To: jQuery (English) Subject: [jQuery] accessing html()

[jQuery] OT - theme: dropdown

2007-08-30 Thread Alexandre Plennevaux
Stu Nicholls has done it again: a css skin for dropdown menus. HYPERLINK http://www.cssplay.co.uk/menus/pro_drophttp://www.cssplay.co.uk/menus/pro_drop As john mentioned, pay attention to the licence if you plan to use it for your own project... Alexandre Ce message Envoi est certifié

[jQuery] Re: DIV clipping or autofit question

2007-08-29 Thread Alexandre Plennevaux
Pop, you can also finetune this presentational behavior via css: white-space: no-wrap / pre / auto -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Pops Sent: mardi 28 août 2007 23:39 To: jQuery (English) Subject: [jQuery] Re: DIV clipping

[jQuery] Re: Can get the jqUploader Flash swf to appear in IE7 - ActiveX workaround won't work

2007-08-29 Thread Alexandre Plennevaux
] On Behalf Of Alexandre Plennevaux Sent: mercredi 29 août 2007 22:19 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Can get the jqUploader Flash swf to appear in IE7 - ActiveX workaround won't work Hi Reto, i'm checking the issue. I usually tested each release against FF2, opera 9 and IE 6 + IE7

[jQuery] Re: Can get the jqUploader Flash swf to appear in IE7 - ActiveX workaround won't work

2007-08-29 Thread Alexandre Plennevaux
Nevermind, i found a trailing comma... It seems to solve the issue -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: jeudi 30 août 2007 0:53 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Can get the jqUploader

[jQuery] Re: SITE SUBMISSION: scarlet.be

2007-08-28 Thread Alexandre Plennevaux
Plennevaux [EMAIL PROTECTED] wrote: just found out my ISP is using jquery on its main website: HYPERLINK http://www.scarlet.be/fr/http://www.scarlet.be/fr/ Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels Belgie-Belgique

[jQuery] OT CSS skins

2007-08-27 Thread Alexandre Plennevaux
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://www.lab-au.com/http://www.lab-au.com HYPERLINK blocked::http

[jQuery] SITE SUBMISSION: scarlet.be

2007-08-27 Thread Alexandre Plennevaux
just found out my ISP is using jquery on its main website: HYPERLINK http://www.scarlet.be/fr/http://www.scarlet.be/fr/ 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

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Alexandre Plennevaux
According to i believe this is an issue with the compressed version of jquery. Try using the uncompressed jquery file, and see if that solves the issue.   see: HYPERLINK http://jquery.lukelutman.com/plugins/flash/activex/#patching-jqueryhttp://

[jQuery] Re: jQuery 1.1.4: Faster, More Tests, Ready for 1.2

2007-08-24 Thread Alexandre Plennevaux
Youpee! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: vendredi 24 août 2007 9:47 To: jquery-en@googlegroups.com Subject: [jQuery] jQuery 1.1.4: Faster, More Tests, Ready for 1.2 Hi Everyone - jQuery 1.1.4 has just been

[jQuery] Re: Ajax Event Calendar

2007-08-24 Thread Alexandre Plennevaux
http://www.brim-project.org/ -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Danno Sent: vendredi 24 août 2007 13:07 To: jQuery (English) Subject: [jQuery] Ajax Event Calendar I am looking for development of a javascript/ajax based calendar.

[jQuery] Re: jMedia flash replacement

2007-08-24 Thread Alexandre Plennevaux
: 24 August 2007 10:57 To: jquery-en@googlegroups.com Subject: [jQuery] Re: jMedia flash replacement Thanks, that's fixed it. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: 24 August 2007 10:21 To: jquery-en

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Alexandre Plennevaux
wooot, Jörn, that's slick, bravo ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: vendredi 24 août 2007 23:03 To: jQuery Discussion. Subject: [jQuery] Release: Accordion 1.5 I'm happy to present you a new release of my Accordion

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-08-16 Thread Alexandre Plennevaux
Woonderful! Could you also make the scroll speed as an option? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Kelvin Luck Sent: jeudi 16 août 2007 12:41 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Scrolling a div area without

[jQuery] Re: caption supported?

2007-08-16 Thread Alexandre Plennevaux
what, just like jquery has totally changed my perception of javascript? problem with john having a baby is that he will try to keep it under 20k at all costs, which may eventually have him run into troubles with the feds :) _ From: jquery-en@googlegroups.com [mailto:[EMAIL

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-08-16 Thread Alexandre Plennevaux
... At some point in the future I will think about trying to change the animation to use jQuery's animation function and the easing plugin - I've set up a ticket to remind myself here: http://jquery.com/plugins/node/357 Cheers, Kelvin :) Alexandre Plennevaux wrote: Woonderful! Could you also make

[jQuery] Re: More (or less) than I bargained for

2007-08-15 Thread Alexandre Plennevaux
Aaron, you would have to use a serverside language such as php or ruby on rails in order to send an email. Javascript can't help you in this matter. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Aaron Mackley Sent: mercredi 15 août 2007 7:39

[jQuery] Re: Scrolling a div area without scrolling the page?

2007-08-14 Thread Alexandre Plennevaux
Hi kelvin, that feature sounds excellent! If you are interested in seeing it live, I've used your jscrollpane with custom styles here: http://www.thor.be/creation.php?id=3 (bottom left menu is a scrollTo implementation) http://www.lab-au.com/v1/index.php?section=news An ultimate use would

[jQuery] Re: Kelvin Luck's jscrollpane scrollTo anchor (missing?) feature

2007-08-14 Thread Alexandre Plennevaux
( $(this.hash).offset().top - $panel.offset().top ); return false; }); -- Brandon Aaron On 8/14/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: By the way, if anyone interested i found my solution like this: $('#submenu li a').bind('click

[jQuery] Kelvin Luck's jscrollpane scrollTo anchor (missing?) feature

2007-08-13 Thread Alexandre Plennevaux
hello! i have 3 anchor links (allowing to jump to a specific chapter in a text) and i was wondering if there is a simple way to make the page slide down instead of jump to the target anchor. i find kelvin's jscrollpane allows to do it. question: can it take an element as parameter or does it

[jQuery] Re: Problem with ClueTip: Flash-Elements flickers when rollover

2007-08-13 Thread Alexandre Plennevaux
Did you set your flash wmode parameter to transparent ? If not, try it, it may solve your issue. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Muckinger Sent: lundi 13 aoűt 2007 10:49 To: jquery-en@googlegroups.com Subject: [jQuery] Problem

[jQuery] Re: issues with accordeon and tooltiip z-index

2007-08-13 Thread Alexandre Plennevaux
I couldn't find the js code relevant to your tooltip implementation but this seems like a z-index issue to me. Make sure the tooltip gets the highest z-index value. Did you try using cluetip? It's a very smart tooltip plugin... -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: SITE SUBMISSION: http://www.thor.be/creations.php

2007-08-13 Thread Alexandre Plennevaux
/8/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] wrote: Friends, i'm very pleased to inform you about the fresh release of Belgian contemporary dance Compagnie Thor new website: HYPERLINK http://www.thor.be/; \nhttp://www.thor.be/ use of jquery

[jQuery] Re: Cycle Plugin update

2007-08-13 Thread Alexandre Plennevaux
simply amazing ! beautiful code, beautiful result ! Crafty ! Mike, bravo! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mike Alsup Sent: lundi 13 août 2007 13:56 To: jQuery Discussion Subject: [jQuery] Cycle Plugin update I've just

[jQuery] Re: SITE SUBMISSION: http://www.thor.be/creations.php

2007-08-09 Thread Alexandre Plennevaux
, Alexandre Plennevaux wrote: Friends, i'm very pleased to inform you about the fresh release of Belgian contemporary dance Compagnie Thor new website: HYPERLINK http://www.thor.be/http://www.thor.be/ use of jquery for: - layouting via dimensions.js - thickbox - jscrollpane (HYPERLINK

[jQuery] Re: conflict betwen thickbox / dimension / flash ?

2007-08-09 Thread Alexandre Plennevaux
you tried to call a dimensions method on an empty jquery object or collection. Meaning there where no elements selected. I started trapping this error in 1.0 because otherwise it is a very cryptic error message. -- Brandon Aaron On 8/9/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED

[jQuery] SITE SUBMISSION: http://www.thor.be/creations.php

2007-08-08 Thread Alexandre Plennevaux
to each plugin author, i hope you like how i used your work ! 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

[jQuery] Re: jQuery Zen Garden Interface

2007-08-08 Thread Alexandre Plennevaux
? Why? Thanks for the nice feedback. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: Wednesday, August 08, 2007 4:05 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: jQuery Zen Garden Interface nice! it works

[jQuery] Bind multiple events at ocne

2007-08-07 Thread Alexandre Plennevaux
hi! i thought binding multiple events at once was possible, but apprently it isn't: $(window).bind(load,resize,unload,function(e){alert(hi);}); am i wrong ? Thanks! alexandre Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.476 / Base de données

[jQuery] Re: Bind multiple events at ocne

2007-08-07 Thread Alexandre Plennevaux
an extension to enable this now. HYPERLINK http://blog.brandonaaron.net/2007/06/05/bind-multiple-events-simultaneously -with-jquery/http://blog.brandonaaron.net/2007/06/05/bind-multiple-events-s imultaneously-with-jquery/ -- Brandon Aaron On 8/7/07, Alexandre Plennevaux HYPERLINK mailto:[EMAIL

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-03 Thread Alexandre Plennevaux
me too! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ganeshji Marwaha Sent: jeudi 2 août 2007 19:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Do you think jQuery's documentation is enought? Hi list, I have been thinking about a

[jQuery] UI upload

2007-08-03 Thread Alexandre Plennevaux
hi! i just saw that there is an upload UI planned: HYPERLINK http://docs.jquery.com/UI/Uploadhttp://docs.jquery.com/UI/Upload I don't know who's in charge so i'll address this to the list i would like to know if i can help, since i gather some experience in doing it with my plugin

[jQuery] Re: where is thickbox reloaded ?

2007-08-02 Thread Alexandre Plennevaux
@googlegroups.com Subject: [jQuery] Re: where is thickbox reloaded ? Alexandre Plennevaux wrote: is it me or has this promising plugin completely disappeared from this side of the jQniverse? No, it isn't you. It's me stopping to make any promises :-( The JavaScript code in SVN is ready

[jQuery] Re: Hover accordion (as on apple.com)

2007-08-02 Thread Alexandre Plennevaux
Beautiful! Must be showcased! That easing effect give it a nice slick finishing touch ! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: jeudi 2 août 2007 0:36 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Hover accordion

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-02 Thread Alexandre Plennevaux
Have you actually tried to read mootools documentation? It's very technical IMHO. Jquery documentation 's layout may not be the sexiest, but it performs quite well in terms on how it is structured, written and how helpful and concise. Yes, in terms of docs too, less is sometimes more. I do wish

[jQuery] Re: Do you think jQuery's documentation is enought?

2007-08-02 Thread Alexandre Plennevaux
Of Dragan Krstic Sent: Thursday, August 02, 2007 9:18 AM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Do you think jQuery's documentation is enought? 2007/8/2, Alexandre Plennevaux HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED]: Have you actually tried to read mootools

[jQuery] Re: Two words for Jquery

2007-08-01 Thread Alexandre Plennevaux
Juicy fresh ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of spinnach Sent: mercredi 1 août 2007 13:43 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Two words for Jquery Jolly good ? Tane Piper wrote: Bloody Brilliant! (I

[jQuery] add a print event to jquery: possible ?

2007-08-01 Thread Alexandre Plennevaux
hello friends! question: is it possible to catch the print event via javascript/ jquery? AFAIK, only IE has built-in capabilities : window.onbeforeprint window.onafterprint I did a quick test, and in fact it is possible to overwrite the window.print function: window.print =

[jQuery] where is thickbox reloaded ?

2007-08-01 Thread Alexandre Plennevaux
is it me or has this promising plugin completely disappeared from this side of the jQniverse? *sob* Alexandre Ce message Envoi est certifié sans virus connu. Analyse effectuée par AVG. Version: 7.5.476 / Base de données virus: 269.11.0/929 - Date: 31/07/2007 17:26

[jQuery] traversing DOM question

2007-07-31 Thread Alexandre Plennevaux
hello friends, a quickie: In my table, each table row contains a div in the last cell that, when click, should show()/hide() the very next TR.HIDDEN element. I tried this, but it does not work. I'm a bit confused on the use of next() as you can see: $(document).ready(function(){

[jQuery] Re: traversing DOM question

2007-07-31 Thread Alexandre Plennevaux
with the latter you have to be sure it is really the element you are after. -- David Alexandre Plennevaux schreef: hello friends, a quickie: In my table, each table row contains a div in the last cell that, when click, should show()/hide() the very next TR.HIDDEN element. I tried

[jQuery] Re: Text Box readonly

2007-07-31 Thread Alexandre Plennevaux
setTimeout(functionName,timeInMillisec ,[function arguments (optional)]) should do the trick : jQuery(document).ready(function($) { function removeReadOnly(){ $(input).removeAttr(readonly); } setTimeout(removeReadOnly,5000); }); -Original Message- From: jquery-en@googlegroups.com

[jQuery] Re: Animation error and next level help

2007-07-30 Thread Alexandre Plennevaux
i wonder if it is not caused by the negative value ( -208) looking good otherwise on FF ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benjamin Sterling Sent: lundi 30 juillet 2007 15:23 To: jquery-en Subject: [jQuery] Animation error and next level help

<    1   2   3   4   5   6   7   >