[jQuery] Re: key - value

2009-09-10 Thread TiGeRWooD
I found more easy :) $('#id').autocomplete('file.php',{ width: 300, selectFirst: false }).result(function(event, data, formatted) { $('#id_user').val( data[1] ); }); Thanks anyway :)

[jQuery] [autocomplete] key - value

2009-09-09 Thread TiGeRWooD
Hi, Is there a way to use $key => $value 45 => 'some text' And search in $value (some text) but when I select 'some text', it's the $key (45) as input value instead 'some text' ? Thanks in advance. ps : sorry for my poor english.

[jQuery] Re: New Plugin: jQuery Finder (Mac-style 'Treeview' with Columns)

2009-02-19 Thread TiGeRWooD
Hi Nicolas, Is there a way, when it's a file link (like a pdf for example), to open the file and not display the new column ? Actually, if I put a link to a pdf in href attribute, the finder create a new column and display many special caracters Thanks for your reply and plugin !! p.s: sor

[jQuery] [validate] field 1 or field 2

2008-05-22 Thread TiGeRWooD
Hi, is it possible with jquery validate to check 2 fields but only 1 of these 2 fields would be required ... one or the other ... I would have at least one phone number of client (work or mobile phone number) ... Thanks for your help ...

[jQuery] Re: blockUI not closing in IE

2008-05-22 Thread TiGeRWooD
Hi, Try this plugin nyroModal ;-) This one is very powerfull , you can enable modal gallery and many others things ... http://nyromodal.nyrodev.com/

[jQuery] how to write my own jquery plugin ?

2008-01-08 Thread TiGeRWooD
Hello, Anybody knows where can I find a doc about my title ? Thanks in advance. Arn.

[jQuery] Re: Superfish with interface plugin ...

2007-07-26 Thread TiGeRWooD
Hi Joel, Thanks for reply. http://www.amside.be/index.php I did this test page with your sample code, the interface plugin is not used, just loaded ... Only superfish css is loaded and used ... And as you can see, the sub sub menu doesn't appear with IE7 ... Still better, if i put this code con

[jQuery] Superfish with interface plugin ...

2007-07-25 Thread TiGeRWooD
Hi, I tried to used superfish, but i have a bug in IE7 (not tried in ie6), superfish doesn't work well if the interface plugin is loaded ... the first submenu are visible but the sub sub menu don't ... If anyone have ideas ... you 're welcome :) Thanks in advance.