[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
completely rewritten and i've tried to make it more flexible and to cover
most of the features requested on the mailinglist.

Online: http://sorgalla.com/projects/jcarousel-0.2.0-beta/
Related blog post: http://sorgalla.com/2007/05/07/jcarousel-020-beta/

Let me know if you have suggestions and/or if you find bugs.

Jan

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.5/793 - Date: 7/05/2007
14:55
 



[jQuery] Detect if an element is visible

2007-05-07 Thread Alexandre Plennevaux
hello!
 
i use a series of show() and hide() on my DOM, and everything is hidden on 
document.ready via jquery.
 
i would need to test at some moment if an element has been shown(). i tried 
testing against the value of the display css property but that returns 
undefined. 
 
Is there a proper way 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/http://www.lab-au.com
HYPERLINK blocked::http://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.5/792 - Date: 6/05/2007 21:01
 


[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: retrive how bytes are loaded...possible?


I thought about.. not with jQuery the way it is, but with a small patch, you 
can be alerted to partial loads, and do your loading ... %

with this patch (tested in firefox 2) you can use an extra callback, partial, 
similar to complete. 

Do you think this should go into the core? it's tiny and opens up a lot of 
possible features!

--- src/ajax/ajax.js2007-05-07 09:18:19.0 -0700
+++ src/ajax/ajax copy.js   2007-04-12 12:27: 36.0 -0700
@@ -708,10 +708,6 @@
if(s.async)
xml = null;
}
-   else if (xml  xml.readyState == 3){
-   if (s.partial)
-   s.partial( xml, 'partial' );
-   }
};




On 5/6/07, amircx HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED] 
wrote: 



hey. can i return in jquery how mutch bytes are loaded ? in that way i can do
instad of Loading. message i can calculate precents is that
possible somehow to do somthing like:
loading...33%  

--
View this message in context: HYPERLINK 
http://www.nabble.com/retrive-how-bytes-are-loaded...possible--tf3701796s15494.html#a10351812http://www.nabble.com/retrive-how-bytes-are-loaded...possible--tf3701796s15494.html#a10351812
 
Sent from the JQuery mailing list archive at HYPERLINK 
http://Nabble.comNabble.com.






-- 
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.5/792 - Date: 6/05/2007 21:01
 


[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] NEW jQuery plugin - tableFilter() Beta 1. Auto-paging,
filtering and sorting on multiple columns.


I just uploaded my latest plugin, tableFilter().  It's an early beta with
ugly, less than optimal code, but it works pretty well.  Feed it a clean
table and it will auto-filter, auto-sort and auto-page.  You can sort and/or
filter on multiple columns using ctrl-click.  It works well in Firefox to at
least 1000 rows (I haven't tried anything larger), but IE starts to bog
down.  More reasonable tables work pretty well in both.

Demos and download at: http://ideamill.synaptrixgroup.com/?p=7

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.5/792 - Date: 6/05/2007
21:01
 



[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 else on the page.
 
Now, the issue I face is the A behaviour triggers the DT element behaviour, 
meaning, it toggles the visibility of the DD element.
 
Any idea how i can prevent that?
 
 
 
Thank you,
 
Alexandre
 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.2/787 - Date: 3/05/2007 14:11
 


[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'){


$(select#project_mode).val(none).Highlight(1000, '#FF');

}else

{

 if ($(select#project_mode).val()=='none') {


$(select#project_mode).val().Highlight(1000, '#FF');

 }



}

});

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 12:24
To: jquery-en@googlegroups.com
Subject: [jQuery] Dropdown select value help



Hi all,
I've got a problem I can't work out on my own, so i thought I'd enlist the
help of you lot =]. 
 
I have a dropdown select in a form in an admin system that is either auto
selected, or changed by a user - dependent on what they select, or what is
selected automatically, I want other divs to be visable. There's going to
be something to do with .val() and .bind(), but it goes beyond me at that
point.
 
Any help would be appreciated.
 
Thanks,
 
 HYPERLINK http://www.in2.co.uk/images/in2-logo-small.gif; 
Luc Pestille
Web Designer 

e: [EMAIL PROTECTED]
t: +44 (0)1628 899 700
f: +44 (0)1628 899 701 

 




In2
Thames House
Mere Park
Dedmere Road
Marlow
Bucks
SL7 1PB

Tel 01628 899700
Fax 01628 899701
e: HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
i: HYPERLINK http://www.in2.co.uk/www.in2.co.uk

This message (and any associated files) is intended only for the use of
jquery-en@googlegroups.com and may contain information that is confidential,
subject to copyright or constitutes a trade secret. If you are not
jquery-en@googlegroups.com you are hereby notified that any dissemination,
copying or distribution of this message, or files associated with this
message, is strictly prohibited. If you have received this message in error,
please notify us immediately by replying to the message and deleting it from
your computer. Messages sent to and from us may be monitored. Any views or
opinions presented are solely those of the author [EMAIL PROTECTED] and
do not necessarily represent those of the company. 



Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.2/785 - Date: 2/05/2007
14:16
 
  
in2-logo-small.gif

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
this should work, no? you could of course make this much more code efficient
by wrapping the switch case in a function.
 
(did not test this code, but you get the idea)
 
 
$(document).ready(function(){
 
// onLoad
 
if ($(select#mySelect).is(.selected)){
 switch ($(this).val()){ 
case 'a':
$(div#a).show();
$(div#b).hide();
break;
case 'b':
  
$(div#a).hide();
$(div#b).show();
break;
default:
$(div#a).hide();
$(div#b).hide();
break;
}
}
 
// onChange behavior
 
$(select#mySelect).change(function(){
switch ($(this).val()){
case 'a':
$(div#a).show();
$(div#b).hide();
break;
case 'b':
  
$(div#a).hide();
$(div#b).show();
break;
default:
  
$(div#a).hide();
$(div#b).hide();
break;
}
 
});

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 12:52
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select value help


I think it's a bit clearer, but I don't think I want to use .change, because
there might not be a change... It's better explained in code;
 
select
option value=/option
option value=aAe/option
option value=bB/option
/select
 
div id=a/div
div id=b/div
 
div #a and #b are hidden at the start. When a user chooses Ae, div #a
should show and div #b should hide, and vice versa. However, the select
could be generated like this;
 
select
option value=/option
option value=aAe/option
option value=b selected=selectedB/option
/select
 
and in this case, div #b should show itself 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, 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'){


$(select#project_mode).val(none).Highlight(1000, '#FF');

}else

{

 if ($(select#project_mode).val()=='none') {


$(select#project_mode).val().Highlight(1000, '#FF');

 }



}

});

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 12:24
To: jquery-en@googlegroups.com
Subject: [jQuery] Dropdown select value help



Hi all,
I've got a problem I can't work out on my own, so i thought I'd enlist the
help of you lot =]. 
 
I have a dropdown select in a form in an admin system that is either auto
selected, or changed by a user - dependent on what they select, or what is
selected automatically, I want other divs to be visable. There's going to
be something to do with .val() and .bind(), but it goes beyond me at that
point.
 
Any help would be appreciated.
 
Thanks,
 
 HYPERLINK http://www.in2.co.uk/images/in2-logo-small.gif; 
Luc Pestille
Web Designer 

e: [EMAIL PROTECTED]
t: +44 (0)1628 899 700
f: +44 (0)1628 899 701 

 




In2
Thames House
Mere Park
Dedmere Road
Marlow
Bucks
SL7 1PB

Tel 01628 899700
Fax 01628 899701
e: HYPERLINK mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
i: HYPERLINK http://www.in2.co.uk/www.in2.co.uk

This message (and any associated files) is intended only for the use of
jquery-en@googlegroups.com and may contain information that is confidential,
subject to copyright or constitutes a trade secret. If you are not
jquery-en@googlegroups.com you are hereby notified that any dissemination,
copying or distribution of this message, or files associated with this
message, is strictly prohibited. If you have received this message in error,
please notify us immediately by replying to the message and deleting it from
your computer. Messages sent to and from us may be monitored. Any views or
opinions presented are solely those of the author [EMAIL PROTECTED] and
do not necessarily represent those of the company. 




Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.2/785 - Date: 2/05/2007
14:16



Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.2/785 - Date: 2/05/2007
14:16
 
  
in2-logo-small.gif

[jQuery] Re: Dropdown select value help

2007-05-03 Thread Alexandre Plennevaux
try instead:
 
if ($(#jobtype_row select).val() !=){
 
...
 
 
 
 

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 14:50
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select value help


The onchange select works, but the onload doesn't =/ Something to do with
is(.selected) ? Thanks.
 
  if ($(#jobtype_row select).is(.selected)){
switch ($(this).val()){ 
 case 'p':
$(#dayrate_row).hide();
 $(#salary_row).show();
 break;
 case 'f':
$(#salary_row).hide();
 $(#dayrate_row).show();
 break;
 default:
 $(#salary_row).hide();
 $(#dayrate_row).hide();
 break;
  }
  }
  $(#jobtype_row select).change(function(){
  switch ($(this).val()){ 
 case 'p':
$(#dayrate_row).hide();
 $(#salary_row).show();
 break;
 case 'f':
$(#salary_row).hide();
 $(#dayrate_row).show();
 break;
 default:
 $(#salary_row).hide();
 $(#dayrate_row).hide();
 break;
  }
   });
 

   _  

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 the switch case in a function.
 
(did not test this code, but you get the idea)
 
 
$(document).ready(function(){
 
// onLoad
 
if ($(select#mySelect).is(.selected)){
 switch ($(this).val()){ 
case 'a':
$(div#a).show();
$(div#b).hide();
break;
case 'b':
  
$(div#a).hide();
$(div#b).show();
break;
default:
$(div#a).hide();
$(div#b).hide();
break;
}
}
 
// onChange behavior
 
$(select#mySelect).change(function(){
switch ($(this).val()){
case 'a':
$(div#a).show();
$(div#b).hide();
break;
case 'b':
  
$(div#a).hide();
$(div#b).show();
break;
default:
  
$(div#a).hide();
$(div#b).hide();
break;
}
 
});

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 12:52
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Dropdown select value help


I think it's a bit clearer, but I don't think I want to use .change, because
there might not be a change... It's better explained in code;
 
select
option value=/option
option value=aAe/option
option value=bB/option
/select
 
div id=a/div
div id=b/div
 
div #a and #b are hidden at the start. When a user chooses Ae, div #a
should show and div #b should hide, and vice versa. However, the select
could be generated like this;
 
select
option value=/option
option value=aAe/option
option value=b selected=selectedB/option
/select
 
and in this case, div #b should show itself 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, 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'){


$(select#project_mode).val(none).Highlight(1000, '#FF');

}else

{

 if ($(select#project_mode).val()=='none') {


$(select#project_mode).val().Highlight(1000, '#FF');

 }



}

});

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Luc Pestille
Sent: jeudi 3 mai 2007 12:24
To: jquery-en@googlegroups.com
Subject: [jQuery] Dropdown select value help



Hi all,
I've got a problem I can't work out on my own, so i thought I'd enlist the
help of you lot =]. 
 
I have a dropdown select in a form in an admin system that is either auto
selected, or changed by a user - dependent on what they select, or what is
selected automatically, I want other divs to be visable. There's going to
be something to do with .val() and .bind(), but it goes beyond me at that
point.
 
Any help would be appreciated.
 
Thanks,
 
 HYPERLINK http://www.in2.co.uk/images/in2-logo-small.gif; 
Luc Pestille
Web Designer 

e: [EMAIL PROTECTED]
t: +44 (0)1628 899 700
f: +44 (0)1628 899 701 

 




In2
Thames House
Mere Park
Dedmere Road
Marlow
Bucks
SL7

[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. Switzer, II
Sent: lundi 30 avril 2007 21:50
To: jquery-en@googlegroups.com
Subject: [jQuery] An idea for a jQuery core addition - Plugin Registering...


Guys,

It occurred to me last night with the growing list of plug-ins and the fact
that so many plug-ins now are dependant on other plug-ins, that we should
try to add a couple of functions to the jQuery core for registering plug-ins
and detecting if a plug-in has been registered.

So, to register a plug-in, you'd add something like this to a plug-in:
$.plugin.register(autocomplete);

And then when writing a plug-in that's dependent on some other plug-in, you
could check for loaded plug-ins:
$.plugin.find([dimension,blockui,below]);

I'm just thinking that maybe the core library needs something to help
plug-in authors to manage the dependencies of their plug-ins--in order to
help developers using their plug-ins.

If we at least added a few core methods for tracking, we could expand the
architecture later if need be.

Does this make sense to anyone else? 

-Dan

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.2/780 - Date: 29/04/2007
6:30
 



[jQuery] test if element as a class

2007-04-27 Thread Alexandre Plennevaux
hello,
 
i'm trying to test a condition whether a link has a given class, and have it 
return true or false.
 
if ($(this).attr(class)=='refresh') {
   alert(changing page);
return true;
   }
else
{
return false;
}
 
but it does not work, any idea how to do that best ?
 
 
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)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://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.1/777 - Date: 26/04/2007 15:23
 


[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 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://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.1/777 - Date: 26/04/2007 15:23
 


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


Ask and ye shall receive!

http://davecardwell.co.uk/javascript/jquery/plugins/jquery-getpath/


--
Best wishes,
Dave Cardwell.

http://davecardwell.co.uk/javascript/jquery/

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.467 / Base de données virus: 269.6.1/777 - Date: 26/04/2007 15:23
 



[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 retrieve the current 
page's url variables in javascript .
 
Could someone explain me how to do that?
 
thank you!
 
Alex

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.6.0/775 - Date: 24/04/2007 17:43
 


[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-en@googlegroups.com
Subject: [jQuery] plugins page


please oh please someone on the jquery committee respond to my claim that
the plugins page is getting crazy.

we need sub categories for the categories.

I am volunteering to work on updating the page according to instructions
that are given to me.


Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.6.0/775 - Date: 24/04/2007
17:43
 



[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] $('#div').hide(); - ?


Some time off from jQuery, and it seems I'm just broken.  Why can't I get
this hide() to work?

div id=content
div id=language
...some flag images...
/div
/div

$('#langauge').hide(); // $(#language) has no properties

$('language').hide(); // $(language).hide is not a function


Adam

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.10/774 - Date: 23/04/2007
17:26
 



[jQuery] Blink effect

2007-04-23 Thread Alexandre Plennevaux
hi,
 
i've been playing with the effects built in jquery and had a lot of fun playing 
with such flexibility. However, i could not achieve what i wanted: having an 
element blink twice when its html content get loaded via ajax. The problem is 
the blinking of course, jquery has mad ajax so easy.
i 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
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://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 

Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.9/773 - Date: 22/04/2007 20:18
 


[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
no it does not work: it seems show() / hide() works on the width, height, or 
opacity. but then i guess i could try to build this effect by using a timeout 
and display:none / auto or something like that

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh 
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 
To: HYPERLINK mailto:jquery-en@googlegroups.comjquery-en@googlegroups.com 
Sent: Monday, April 23, 2007 1:27 PM
Subject: [jQuery] Blink effect

hi,
 
i've been playing with the effects built in jquery and had a lot of fun playing 
with such flexibility. However, i could not achieve what i wanted: having an 
element blink twice when its html content get loaded via ajax. The problem is 
the blinking of course, jquery has mad ajax so easy.
i 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
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://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 


Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.9/773 - Date: 22/04/2007 20:18



Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.9/773 - Date: 22/04/2007 20:18
 


[jQuery] Re: Blink effect

2007-04-23 Thread Alexandre Plennevaux
i just found out the interface plugin has the pulsate effect :) 
grreat!

   _  

From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh 
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 
To: HYPERLINK mailto:jquery-en@googlegroups.comjquery-en@googlegroups.com 
Sent: Monday, April 23, 2007 1:27 PM
Subject: [jQuery] Blink effect

hi,
 
i've been playing with the effects built in jquery and had a lot of fun playing 
with such flexibility. However, i could not achieve what i wanted: having an 
element blink twice when its html content get loaded via ajax. The problem is 
the blinking of course, jquery has mad ajax so easy.
i 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
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://www.mediaruimte.be/http://www.mediaruimte.be

HYPERLINK 
blocked::http://www.mediaruimte.be/__

The information in this e-mail is intended only for the addressee named above.  
If you are not that addressee, please note that any disclosure, distribution or 
copying of this e-mail is prohibited.
Because e-mail can be electronically altered, the integrity of this 
communication cannot be guaranteed.

__

 


Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.9/773 - Date: 22/04/2007 20:18



Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.465 / Base de données virus: 269.5.9/773 - Date: 22/04/2007 20:18
 


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

2007-04-16 Thread Alexandre Plennevaux

Ok, thanks ! 

-Original Message-
From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Brandon Aaron
Sent: lundi 16 avril 2007 13:25
To: jquery-en@googlegroups.com
Subject: [jQuery] Re: Find Y position of an element on the page


The dimensions plugin has a very robust 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, how, to 
 get the absolute Y position of an element on the page (in order, for 
 example, to recenter the viewport on to it?) ?

 Thanks!

 alexandre



-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.448 / Base de données virus: 269.4.0/762 - Date: 15/04/2007
16:22
 



[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 centered to the news which has the
anchor id #now.

Any idea how to do it? IS it possible at all?


Thanks you for your insight!

alexandre

-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.448 / Base de données virus: 269.0.0/751 - Date: 7/04/2007
22:57
 



[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 on current date


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 centered to the news which has the
anchor id #now.

Any idea how to do it? IS it possible at all?


Thanks you for your insight!

alexandre

--
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.448 / Base de données virus: 269.0.0/751 - Date: 7/04/2007
22:57
 

-- 
Ce message Envoi est certifié sans virus connu.
Analyse effectuée par AVG.
Version: 7.5.448 / Base de données virus: 269.0.0/751 - Date: 7/04/2007
22:57
 



<    2   3   4   5   6   7