[jQuery] Re: menu slide

2009-07-07 Thread fabrice.regnier
Hi, I'm currently playing with hslides.js which is an horizontal accordion. thanx for your help ;) regards, f.

[jQuery] menu slide

2009-07-07 Thread fabrice.regnier
Hi all, I want flash menu go away from my site. I've found http://interface.eyecon.ro/demos/menu.html but it seems a little buggy and needs too much js. I imagine a menu with 3 horizontal boxes (with a picture in each). When i hover on one of the box, its width increases to let appear a text bes

[jQuery] Re: remove one element in an array

2009-06-12 Thread fabrice.regnier
thank you Pierre and Charlie, this is exactely what i'm looking for ;) regards, f.

[jQuery] Re: remove one element in an array

2009-06-12 Thread fabrice.regnier
s say, the 4th image, by > clicking on it. I don't see where class can help me. I surely must use > some kind of array but in which way ? > > regards, > > f. > > > You can use the live event gestion if you use jquery > 1.3 > > (http://docs.jquery.com/Events

[jQuery] Re: remove one element in an array

2009-06-12 Thread fabrice.regnier
ents/live) > Pierre > > 2009/6/12 fabrice.regnier > > > > > Hi all, > > > When i click once on a button, i create one picture on the fly. And so > > on. It works ok. > > > Then, using livequery, when i click on one of the all created > > pictures, i wou

[jQuery] remove one element in an array

2009-06-12 Thread fabrice.regnier
Hi all, When i click once on a button, i create one picture on the fly. And so on. It works ok. Then, using livequery, when i click on one of the all created pictures, i would like to see it removed. But it appears that only the first pic is removed (since all have the same name). What is my mi

[jQuery] cloning combobox plugin

2009-04-26 Thread fabrice.regnier
Hi all, Some time ago, i've seen a jquery plugin that could allow to "clone" a combobox ( ) ,underneath the first one, as soon as a choice was made. I can't put my finger on it anymore. Any link ? regards, f.

[jQuery] new fisheye menu ?

2009-01-15 Thread fabrice.regnier
hi to all, I'm looking for a fisheye menu that would be integrated in jquery (ui ?). I already know fisheye from Interface. It seems this menu doesn't exist yet. May be someone can tell us more ? regards, f.

[jQuery] Re: jquery.corner.js and ajax request

2008-12-18 Thread fabrice.regnier
> You are only calling 'corner' once so it will only execute once.  If > you want it to execute after Idsubmit has been clicked then you need > to call it in that event handler.  Perhaps like this: Thanks a lot, really. More over, thanks to the well known jquery plugin creator, i've cited "Mike

[jQuery] Re: jquery.corner.js and ajax request

2008-12-18 Thread fabrice.regnier
Ok, i know now that i have to rebind but in wich way ? Here is the code that should show 2 divs with corners and foo and foo2 in it. Where is my mistake ? thanks and regards, f. div.rounded { background: #6af;} $(document).ready(function(){ $('.rounded').corner();

[jQuery] jquery.corner.js and ajax request

2008-12-18 Thread fabrice.regnier
Hi to all ;) jquery.corner doesn't work when html is written in ajax request on the fly and send back to the client. Should i use LiveQuery or something else to make it working ? thanx and regards, f.

[jQuery] Re: "please wait while loading..."

2008-12-10 Thread fabrice.regnier
perfect! thanx a lot. days after days, i feel the power of jquery ! "may the js be with you luke" ;) regards, f.

[jQuery] "please wait while loading..."

2008-12-10 Thread fabrice.regnier
Hi to all, i have a nice gif "please wait while loading..." and i'd like to show it when i click on a button. Is there a nice jquery way to do it ? do i need a plugin ? $("#Idsubmit").click(function () { --> start showing the gif long process

[jQuery] datepicker and highlight current day

2008-12-05 Thread fabrice.regnier
Hi, I can't find the option of datepicker that could highlight the current day when i open a calendar. Any idea ? thanks in advance, regards, f.

[jQuery] Re: click function doesn't work on html element created on the fly with jquery

2008-12-04 Thread fabrice.regnier
upposed to act when you introduce them to the document. I don't get you. Could you give me a short exemple to make it understandable ? regards, f. > > [1]http://brandonaaron.net/docs/livequery/ > > On Thu, Dec 4, 2008 at 11:06 AM, fabrice.regnier > > <[EMAIL PROTECTED]&g

[jQuery] click function doesn't work on html element created on the fly with jquery

2008-12-04 Thread fabrice.regnier
hi to all ;) It seems that click function doesn't work on html element created on the fly with jquery. Where am i wrong ? When i click on the checkbox from paragraph "P2", i got the alert. But when i click on the checkbox from paragraph "P1" created on the fly (when i submit a button), then i go

[jQuery] getJSON doesn't run the function inside

2008-11-30 Thread fabrice.regnier
Hi all ;) I'm very new to jquery. I'm playing with JSON and have some prob to retrieve the result. Here is the client side: $(document).ready(function(){ $("#IdEmailField").blur(function(){ alert("FOO1"); --> it works $.getJSON("test.php", function(json){