[jQuery] Re: jCarousel 0.2.0 Beta

2007-05-08 Thread Alexandre Plennevaux
Excellent ! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jan Sorgalla Sent: mardi 8 mai 2007 14:42 To: jQuery (English) Subject: [jQuery] jCarousel 0.2.0 Beta Hi, i've released the a new version of jCarousel yesterday. The source code is

[jQuery] Detect if an element is visible

2007-05-07 Thread Alexandre Plennevaux
to do that? 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://www.lab-au.com

[jQuery] Re: retrive how bytes are loaded...possible?

2007-05-07 Thread Alexandre Plennevaux
jake, can you explain how to use this? It sounds very interesting, but i'm too noob to fill in the blanks ! thank you Alexadnre _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sent: lundi 7 mai 2007 18:24 To: jquery-en@googlegroups.com Subject:

[jQuery] Re: NEW jQuery plugin - tableFilter() Beta 1. Auto-paging, filtering and sorting on multiple columns.

2007-05-07 Thread Alexandre Plennevaux
Nice job, the demo is impressive! Yet that one table i'm working on is 3500 rows+ I'll give your plugin a try, though ! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Daemach Sent: mardi 8 mai 2007 0:02 To: jQuery (English) Subject: [jQuery]

[jQuery] prevent parent behaviour

2007-05-04 Thread Alexandre Plennevaux
hello friends, i have this html structure: dta href=mylink.php class=ajaxclick me/a/dt i have a behaviour for the DT element, which, on click, should toggle the visibility of its corresponding DD element. I also have a behaviour for the A element, which loads via ajax content somewhere

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
Hi luc, basically, with the few details you provide, i can only say that you will trigger things using the event change on the select element. From then on, use the select.val() example: $(select#type).change(function(){ if($(this).val()=='root'){

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
without any change from the user. Does that help explain it more? _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: 03 May 2007 13:28 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select value help Hi luc, basically

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
; } }); _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: 03 May 2007 14:40 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Dropdown select value help this should work, no? you could of course make this much more code efficient by wrapping

[jQuery] Re: An idea for a jQuery core addition - Plugin Registering...

2007-04-30 Thread Alexandre Plennevaux
It seems like inevitable to me too, Dan. If for example, $.plugin.find([dimension,blockui,below]); fails, it would output a message Error: plugin plugin_name requires other_plugin_name. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dan G.

[jQuery] test if element as a class

2007-04-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

[jQuery] path and selectors

2007-04-27 Thread Alexandre Plennevaux
hello! i would like to know if there is a way to have jquery tell you what is the DOM path to an element. For example: $(this).click(function(){ alert($(this).getPath(); }); which would output html body div.col ul.menu li a.selected ?? thank you!! alex Alexandre

[jQuery] Re: path and selectors

2007-04-27 Thread Alexandre Plennevaux
Thank you my preciousss, it is very useful to debug !! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Cardwell Sent: vendredi 27 avril 2007 13:13 To: jQuery (English) Subject: [jQuery] Re: path and selectors Alexandre Plennevaux

[jQuery] Process get variables to add a class

2007-04-25 Thread Alexandre Plennevaux
hello! I would like to add a selected class to one of the menu items - to visually tell the user where s/he is on the site - i usually do this via php with dynamic website, but here the menu is a static external html file. So i would like to do it via jquery, but i'm puzzled as to how to

[jQuery] Re: plugins page!!!!

2007-04-25 Thread Alexandre Plennevaux
I guess we could use a nice accordion : so that you can see first the choice of categories. Or a folder/file treeview ? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ariel Jakobovits Sent: mercredi 25 avril 2007 10:47 To:

[jQuery] Re: $('#div').hide(); - ?

2007-04-24 Thread Alexandre Plennevaux
This should work !! $('#language').hide(); If your html is : div id=content div id=language ... -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of agent2026 Sent: mardi 24 avril 2007 11:03 To: jQuery (English) Subject: [jQuery]

[jQuery] Blink effect

2007-04-23 Thread Alexandre Plennevaux
was wondering if anyone succeeded in creating that special effect, that would have something blink a certain number of times upon appearing ? thank you very much! alex Alexandre Plennevaux - LAb[au] asbl.vzw / MediaRuimte Lakensestraat/Rue de Laeken 104 B-1000 Brussel-Bruxelles-Brussels

[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
Nathanson Sent: lundi 23 avril 2007 20:42 To: jquery-en@googlegroups.com Subject: [jQuery] Re: Blink effect How about callback = function() { $(#mydiv).hide().show().hide().show() } -- Josh - Original Message - From: HYPERLINK mailto:[EMAIL PROTECTED]Alexandre Plennevaux

[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
callback = function() { $(#mydiv).hide().show().hide().show() } -- Josh - Original Message - From: HYPERLINK mailto:[EMAIL PROTECTED]Alexandre Plennevaux To: HYPERLINK mailto:jquery-en@googlegroups.comjquery-en@googlegroups.com Sent: Monday, April 23, 2007 1:27 PM Subject: [jQuery] Blink

[jQuery] Re: Find Y position of an element on the page

2007-04-16 Thread Alexandre Plennevaux
offset method that will get the position of the element. See the inline docs for examples. http://brandon.jquery.com/plugins/dimensions/dimensions.js -- Brandon Aaron On 4/16/07, Alexandre Plennevaux [EMAIL PROTECTED] wrote: Hello! Do you know if it is possible at all via jquery, and if so

[jQuery] Center on current date

2007-04-10 Thread Alexandre Plennevaux
Hello friends! I have a long, scrollable div containing a (long) list of (short) news items, organized by date descending. We put news of events already on for the coming months, so in fact, by default the first news displayed are way ahead of now. So i'm looking for a way to have the div

[jQuery] Re: Center on current date

2007-04-10 Thread Alexandre Plennevaux
Can anybody tell me if this is feasible at all, or has any experience in this? -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alexandre Plennevaux Sent: mardi 10 avril 2007 17:51 To: jquery-en@googlegroups.com Subject: [jQuery] Center

<    2   3   4   5   6   7