[jQuery] Re: jquery uploader

2009-05-14 Thread Vincent Majer
rror_log ('failed at this point'); -Kyle On May 12, 5:37 am, Vincent Majer wrote: no one is using this plugin ? Vincent Majer a écrit : Hi, I'm trying to use this plugin : http://jquery.webunity.nl/jQuery.uploader/demo1 it's almost working.. B

[jQuery] Re: jquery uploader

2009-05-12 Thread Vincent Majer
no one is using this plugin ? Vincent Majer a écrit : Hi, I'm trying to use this plugin : http://jquery.webunity.nl/jQuery.uploader/demo1 it's almost working.. BUT i have a problem with the backend.. I can't find any documentation about response codes.. I found a sample_b

[jQuery] jquery uploader

2009-05-11 Thread Vincent Majer
Hi, I'm trying to use this plugin : http://jquery.webunity.nl/jQuery.uploader/demo1 it's almost working.. BUT i have a problem with the backend.. I can't find any documentation about response codes.. I found a sample_backend but not very precise.. http://jQuery.webunity.nl/jQuery.uploader/js

[jQuery] jquery rotate

2008-06-25 Thread Vincent Majer
Hi, i'm trying to use this plugin : jquery-rotate-1.1.js http://code.google.com/p/jquery-rotate/ It works well with IE but i have problems with firefox.. i'm using firefox 2.0.0.14 on Windows XP.. I have this error : [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_A

[jQuery] Re: UI - Uploader

2008-06-18 Thread Vincent Majer
he uploader used on that page, as the page has this script tag: - Richard On Wed, Jun 18, 2008 at 5:47 AM, Vincent Majer <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: And.. on the demo site, the revision is 4660.. And in the svn, only 2854 ? Richa

[jQuery] Re: UI - Uploader

2008-06-18 Thread Vincent Majer
as a plugin that is still being discussed for inclusion: http://docs.jquery.com/UI/Roadmap - Richard On Wed, Jun 18, 2008 at 5:06 AM, Vincent Majer <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, I found a discussion about this site and demo

[jQuery] Re: UI - Uploader

2008-06-18 Thread Vincent Majer
admap - Richard On Wed, Jun 18, 2008 at 5:06 AM, Vincent Majer <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: Hi, I found a discussion about this site and demos : http://uploader.webunity.nl/jQuery/demo3/ http://docs.jquery.com/UI/Uploader I really like i

[jQuery] UI - Uploader

2008-06-18 Thread Vincent Majer
Hi, I found a discussion about this site and demos : http://uploader.webunity.nl/jQuery/demo3/ http://docs.jquery.com/UI/Uploader I really like it.. But i can't find any docs on the php file behind the scene.. Neither a link to download this plugin.. If this is a plugin.. ? or a part of jquer

[jQuery] superfish z-index problem with ie7

2008-05-28 Thread Vincent Majer
Hi, I'm trying to put a superfish menu online, and i have issues with IE 6 and 7.. it's visible on this site : http://www.voyagemotion.com/ but, it's in the members area.. so, i'll try to give the concerned code, here.. i'm using jquery 1.2.3, hoverIntent, and then call superfish.. I've no

[jQuery] New site using jquery

2008-03-25 Thread Vincent Majer
Hi, We're lauching a new site, using jquery and lot of plugins (french site) http://www.voyagemotion.com/ Thanks to the jquery library, and the plugins authors !

[jQuery] Re: JQZoom Updated

2007-12-20 Thread Vincent Majer
Very cool plugin ! I'll use it soon ! thanks Cordialement, Vincent Majer, Responsable technique, TraveLinks [EMAIL PROTECTED] a écrit : Do you like it? it's my plugin. Ing. Renzi Marco On 18 Dic, 06:31, Rey Bango <[EMAIL PROTECTED]> wrote: JQZoomhas been updated to v1.1

[jQuery] Re: [PLUGIN] JAddTo

2007-12-13 Thread Vincent Majer
thanks, nice work and useful ! Jason Levine a écrit : This is my first JQuery plugin in awhile. I needed to put up a series of "Add To Digg"-style links on the http://www.ShootingForACause.com/2008/ Shooting For A Cause website. After collecting the images and links, I realized that this

[jQuery] Interface, Draggable, Dropable, Revert and Ajax

2007-11-07 Thread Vincent Majer
Hi, i'm trying to make a drag and drop system for assigning tags, using the interface plugin. I'v got two select, the original list and the selected list tags. The user can add tag, which is done by ajax. I've got two problems with it .. The first one is to reverse a choice.. once the user

[jQuery] Re: ImageStrip and newer jquery library

2007-06-11 Thread Vincent Majer
Thanks, it works well ! Cordialement, Vincent Majer, Responsable technique, http://www.monagence.com Joel Birch a écrit : On 07/06/2007, at 3:04 AM, Vincent Majer wrote: var left = this.image.left(); Hi Vincent, This may fix it. Change that line to: var left = this.image.css('

[jQuery] ImageStrip and newer jquery library

2007-06-06 Thread Vincent Majer
Hi, i'm using this plugin : http://blog.joshuaeichorn.com/archives/2007/01/11/jquery-image-strip/ It works well with an older version of jquery (1.0.4) but when i try to use it with jquery 1.1.2, it tells me that.. Erreur : this.image.left is not a function Ligne : 30 Here is the line 30 : var

[jQuery] Re: KelvinLuck - DatePicker V2 - another question..

2007-05-18 Thread Vincent Majer
idays['d' + d.getTime()] = 'Toussaint'; } On May 18, 2:51 pm, Vincent Majer <[EMAIL PROTECTED]> wrote: hi, All is now working well.. But i would like to specify a range of dates to appears different .. yet, i use this code : var Holidays = {}; Holidays['d' + ((new

[jQuery] KelvinLuck - DatePicker V2 - another question..

2007-05-18 Thread Vincent Majer
hi, All is now working well.. But i would like to specify a range of dates to appears different .. yet, i use this code : var Holidays = {}; Holidays['d' + ((new Date(2007, 9, 27)).getTime())] = 'Toussaint'; Holidays['d' + ((new Date(2007, 9, 28)).getTime())] = 'Toussaint'; Holidays['d' + ((

[jQuery] Re: kelvinluck - date-picker V2

2007-05-18 Thread Vincent Majer
Thanks, It's now working.. With linked selects, and holidays indicated.. very great script ! saved my life ! Thanks kelvin, i'll send the url to the list, when the site will be online ! jquery all the ways.. :-) Kelvin Luck a écrit : Vincent Majer wrote: In fact, the co

[jQuery] Re: kelvinluck - date-picker V2

2007-05-16 Thread Vincent Majer
In fact, the code on your demo page works with IE7.. seems it's my integration of your plugin which is not good.. maybee an interaction with other scripts running on that page, i'll search.. thanks anyway for that plugin.. very helpful Cordialement, Vincent Majer, Responsable

[jQuery] Re: kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
another error fixed, in the jquery.datepicker.js, line 332 i've commented console.log(c) and it runs in IE6 BUT.. (arghh) I've still got error.. on IE 7 !!! when the page loads : Line 790 car 1 Syntax Error nobody uses this great plugin ?? Vincent Majer a écrit : ok, i&#

[jQuery] Re: kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
anyone know what's this error ? Vincent Majer a écrit : Hi, first, sorry for my english.. not perfect.. second point, i should say thanks to kelvinluck for this great jquery plugin, the DatePicker V2 ! I'm trying to use it.. and i have some problems with IE6.. I've use

[jQuery] kelvinluck - date-picker V2

2007-05-15 Thread Vincent Majer
Hi, first, sorry for my english.. not perfect.. second point, i should say thanks to kelvinluck for this great jquery plugin, the DatePicker V2 ! I'm trying to use it.. and i have some problems with IE6.. I've used the source from this page of example : http://kelvinluck.com/assets/jquery/d