[jQuery] Re: Enable a disabled button by id

2009-03-30 Thread Gilles
HTML way ==> XHTML way ==> if you set attribute to false Button is still disabled So like said before, remove the attribute completly :) On Mar 30, 3:47 pm, "Jonathan Vanherpe (T & T NV)" wrote: > Thierry wrote: > > I can disable button with specific id with the following code: > > > jQu

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-16 Thread Gilles (Webunity)
> I turned around the redirect issue by making sure that I return data > to the plugin and use the severData callback to invoke an ajax reload > of the div containing the uploaded picture. Oke ;) > The format for passing additional parameters is a simple object in the > form of { name: "value",

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-15 Thread Gilles (Webunity)
I found this on another site: We use the Flash uploader MultiPowUpload (http://www.element-it.com/ MultiPowUpload.aspx) and Nirvanix HTTP upload. To register new uploads we use the forwardingurl t

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-15 Thread Gilles (Webunity)
Although i do appreciate your feedback, do you have any idea how i can fix the problems? As far as i see it now, there is only the crashing issue? Thanx Gilles On 15 dec, 08:16, rernens wrote: > Thanks Gilles for your reply and for the plug in. > > I have continued researching

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-12 Thread Gilles (Webunity)
Sample backend: http://jQuery.webunity.nl/jQuery.uploader/js/sample_backend.phps

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-12 Thread Gilles (Webunity)
Hi Guys, Sorry for the late update. Although everybody is using it (since i got 20mb of uploaded files) almost nobody is telling "thanx", but that's oke, i expected that. I got some time to fix some issues and answer some questions: > 1. multiple: false through settings while building > the u

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-07 Thread Gilles (Webunity)
> One question.  Your docs and examples don't ever mention, that I can > tell, how the data is handed off to the backend script.  Are the > images just going to be in the $_FILES global (to give a PHP example)? Yes, i did not include any information about the backend script used, since each and e

[jQuery] Re: jQuery.uploader released: Flash based jQuery uploader

2008-12-01 Thread Gilles (Webunity)
Guys, a lot of views and no reply's... Thats not fair to me ;) On Nov 28, 3:17 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Hi guys, > > Short memo;http://jQuery.webunity.nl/ > > Check it out, 2 demo's online! > > -- Gilles

[jQuery] jQuery.uploader released: Flash based jQuery uploader

2008-11-28 Thread Gilles (Webunity)
Hi guys, Short memo; http://jQuery.webunity.nl/ Check it out, 2 demo's online! -- Gilles

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-10 Thread Gilles (Webunity)
Going to squash the latest bugs today, if i got my VPC up and running so i can use visual studio to debug IE6. Got my SharePoint certification last week so that week was crazy ;) On Nov 9, 4:12 pm, Crazy-Achmet <[EMAIL PROTECTED]> wrote: > Hey Gilles, > > how is it going? Is the

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-03 Thread Gilles (Webunity)
uuhm.. yep. ;) On Nov 2, 8:33 pm, Jörg Battermann <[EMAIL PROTECTED]> wrote: > You've meant November, right? Just checking :) > > On Nov 1, 1:01 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > > > > > I expect to release around 8 se

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-11-01 Thread Gilles (Webunity)
I expect to release around 8 september On Oct 31, 2:09 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > p.s. at this time, IE seems a bit buggy, have to fix that before i > release any code. > I am also using some PNG files right now, which i have to change in

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-31 Thread Gilles (Webunity)
p.s. at this time, IE seems a bit buggy, have to fix that before i release any code. I am also using some PNG files right now, which i have to change into transparent gifs (IE). On Oct 31, 2:08 pm, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Expect something in the nex

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-31 Thread Gilles (Webunity)
Expect something in the next couple of days. I want to have the api docs setup good this time. On Oct 30, 1:41 pm, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> wrote: > Hi > > any chance to see the work in progress ? demo, (even partially buggy) ? svn > ? > > Olivier > > On Tue, Oct 28, 2008 at

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-24 Thread Gilles (Webunity)
Another update: - Started working on the demo's; squatting some final bugs and then all i have to do is rebuild the demo's. - Luckily i've documented the JavaScript extensivly so documentation will be quick. -- Gilles On Oct 22, 8:28 pm, "Gilles (Webunity)" <[EMAIL P

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-22 Thread Gilles (Webunity)
Yes that will be possible with my new version and is default implemented. I shall see if i can make a demo for that. On 21 okt, 22:59, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > hi Gilles, > > i was about to take the same path: convert YUI uploader into jquery

[jQuery] Re: jQuery Uploader Flash player 10 fix

2008-10-21 Thread Gilles (Webunity)
Update: Most of the callbacks have been implemented; Actionscript (Flash) work seems to be done; yet i did all my work without debugging. Tomorrow i have to add maybe 3 or 4 events / log messages and then i can start building ;) -- Gilles On Oct 20, 7:52 pm, "Gilles (Webunity)&quo

[jQuery] jQuery Uploader Flash player 10 fix

2008-10-20 Thread Gilles (Webunity)
eady uploading; sort of background file transfer so to say. Anyway; i'll hope to finish the Actionscript code tomorrow evening (it is now 20:00 here) and the demo's the day after that. Basically; by the end of the week you should have some working examples. Thank you for al your wonde

[jQuery] Re: Uploader 0.9 beta

2008-03-02 Thread Gilles (Webunity)
Plugin will be ready in 2 to 3 weeks, have some seminars i have to attend, sorry. --- Gilles

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Well to be honest, currently the code is a bit of a mess. Do a view- source on the demo and you see that you have to pass in everything in the constructor. What i want to do, if that is oke with you guys, that you can do something like this: oUploader = new Uploader('moviename'); oUploader.brows

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
P.s. i have tons of new ideas to make the usage of the Flash Uploader (A LOT) easier, but this will be incorporated in V1.5. -- Gilles On 14 feb, 10:24, "Gilles (Webunity)" <[EMAIL PROTECTED]> wrote: > Allright, i have made some changes to the backend and uploader so that

[jQuery] Re: Uploader 0.9 beta

2008-02-14 Thread Gilles (Webunity)
Allright, i have made some changes to the backend and uploader so that it has some more stabillity. To answer your question Benjamin, each "progress" callback function passes an object with this information: http://docs.jquery.com/UI/Uploader/callbacks/fileProgress#tOptions In this option array

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
I'll set up a fourth demo, with total progressbar, also i'll try to visualise what is going on, on each page by creating a flow diagram... Oke?

[jQuery] Re: Uploader 0.9 beta

2008-02-12 Thread Gilles (Webunity)
say: "Finished uploading, processing thumbnails" and do an Ajax call to the backend which generates the thumbnails. That should do the trick for you. -- Gilles

[jQuery] Re: Uploader 0.9 beta

2008-02-11 Thread Gilles (Webunity)
http://docs.jquery.com/UI/Uploader On 11 feb, 14:35, Cloudream <[EMAIL PROTECTED]> wrote: > Nice work. > > Is there any documents? I think i can write an asp (server) demo for > other developers. > > On Feb 11, 3:37 pm, "Gilles (Webunity)" <[EMAIL PROTE

[jQuery] Uploader 0.9 beta

2008-02-10 Thread Gilles (Webunity)
Well it is almost finished, my Flash-based file uploader for jQuery. The docs are finished, and the widget itself also. Originally intended to be a part of UI, but since it has no real connection to UI (dependencies and so on) i have decided to release it as a standalone plugin. Most of you have

[jQuery] triggering a File upload

2007-11-08 Thread Gilles Ruppert
open. here is my code: $('#trigger').click(function(){ $('#upload').trigger('click'); }); Any help is really appreciated! Cheers, Gilles P.S: anyone going to @media ajax in london? maybe see you there!

[jQuery] Re: Development tool by yahoo for firebug

2007-07-25 Thread Gilles (Webunity)
Yahoo! it's live! On Jul 25, 3:49 pm, "Benjamin Sterling" <[EMAIL PROTECTED]> wrote: > Guys and Gals, > Came across this today and found it pretty interesting when looking at some > of my current projects. Figured I'd share. > > http://developer.yahoo.com/yslow/ > > -- > Benjamin Sterlinghttp://

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
gjeez ;) function tbClose(ev) { if (ev.which == 27) { .. action .. }; } Just before you open TB: jQuery(document).keypress(tbClose); Just after you close TB: jQuery(document).unkeypress(tbClose); You could have figured that out ;)

[jQuery] Re: Thickbox 3 + esc to close window

2007-07-25 Thread Gilles (Webunity)
jQuery(document).keypress(function(ev) { if (ev.which == 27) { .. action .. }; }); Which = jQuery assigned crossbrowser keycode.

[jQuery] Re: Does jQuery have function for ajax periodical updater

2007-07-25 Thread Gilles (Webunity)
Yes, i use it on my site: http://www.webunity.nl/ It is not in SVN: http://www.webunity.nl/js/framework/periodicalUpdate.js On Jul 25, 1:06 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Makara, > > yes! Please look this plugin: > > http://jquery.com/plugins/project/spy > > Cheers > > 2007/7/

[jQuery] Re: 3 state buttons - is there a best way

2007-07-25 Thread Gilles (Webunity)
ED]> wrote: > That might work but I can't tell from that page if it uses images.. > > And I could not find the cssHover.js or any examples of how this plug in. > > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf O

[jQuery] Re: dev tip: combining JS script files

2007-07-21 Thread Gilles (Webunity)
Well i have to think about that, but i might do some releasing of code. The advantage i have, is that it runs on my own servers, so i get to choose the owner ;) On 21 jul, 09:14, "Jon Ege Ronnenberg" <[EMAIL PROTECTED]> wrote: > When you load the script, has nothing to do with the dom. The script

[jQuery] Re: find form from input?

2007-07-18 Thread Gilles (Webunity)
ehm.. silly me. I didn't know that there was something like "this.form". > By the way, the selector "input.textField" will perform better than just > ".textField". Does that read ':input.textfield' or 'input.textfield' or is there no difference anymore? -- Gilles

[jQuery] find form from input?

2007-07-18 Thread Gilles (Webunity)
Let's say i have this construction: And i have this query $('.textfield').each(function() { ... }); How do i find the parent form? a) jQuery('form').contains(this); b) jQuery(this).parents('form').. ? What is the best and fastest way?

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Gilles (Webunity)
The filemtime is checked, if there are no differences, the precompiled files (CSS/JS) are served. Load times are still around 1sec ;) On Jul 16, 11:23 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Gilles (Webunity) wrote: > > I've build something similar to this; here'

[jQuery] Re: dev tip: combining JS script files

2007-07-16 Thread Gilles (Webunity)
he server (= greater maintainability) and improves load times drastically. HTH -- Gilles On Jul 16, 7:55 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Stephan Beal wrote: > > Hi, all! > > > i just wanted to take a moment to share a tip which i don't see used > &

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
ev(':input') > > --John > > On 7/13/07, Gilles (Webunity) <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > ... > > > > > As said. in the application i am building iit should find the previous > > form element, no m

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
... As said. in the application i am building iit should find the previous form element, no matter where it is located ;) On 13 jul, 12:19, "Juha Suni" <[EMAIL PROTECTED]> wrote: > Gilles (Webunity) wrote: > > Well i've tried that one off course, but the pr

[jQuery] Re: Selector challenge?

2007-07-13 Thread Gilles (Webunity)
13 jul, 11:30, "Juha Suni" <[EMAIL PROTECTED]> wrote: > Gilles (Webunity) wrote: > > Given this query: > > jQuery('.formError:first', this); > > > I basically have this question: > > How can i find the first input element, before an object? > > How about > jQuery('.formError:first', this).prev(); > > That should do the trick. > > -- > Suni

[jQuery] Selector challenge?

2007-07-13 Thread Gilles (Webunity)
in jQuery? And if so, can it be combined into 1 query? -- Gilles

[jQuery] Re: Slider Example

2007-07-11 Thread Gilles (Webunity)
Glen; take a look at this one: http://dev.jquery.com/~gilles/slider/ It's broken, but styled ;) it needs the interface libs but it should run then... On Jul 12, 5:04 am, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Does anyone have a version of the Interface Slider on a

[jQuery] Re: PACKER3 issues

2007-07-05 Thread Gilles (Webunity)
Thanx for sharing Will! On Jul 5, 12:37 am, Will Arp <[EMAIL PROTECTED]> wrote: > Dear list, > > this has been fixed in latest jquery svn, > but still need fixing in the form and metadata > plugins. > > - eval("data = " + data); > + data = eval("(" + data + ")"); > > related to: Ticket #1298http

[jQuery] Re: 1.1.3 and Interface

2007-07-02 Thread Gilles (Webunity)
If you'd read the release notes, you'd see that the interface package is no longer in development, possibly only bug fixes. The new "UI" package is going to replace interface in the future. On Jul 2, 8:08 pm, "Jeffrey Kretz" <[EMAIL PROTECTED]> wrote: > I am thrilled to see the 1.1.3 release. > >

[jQuery] Re: Masked Input Plugin RC3

2007-07-02 Thread Gilles (Webunity)
And also, i would like to see a "thanks" part in your documentation, for people who submitted bugs, i gave you 2 allready ;) -- Regards, Gilles van den Hoven - http://www.webunity.nl On Jul 3, 2:08 am, Josh Bush <[EMAIL PROTECTED]> wrote: > I keep coming across a few bugs

[jQuery] Re: NEWS: Ajax Rain: Showcase of Awesome Ajax Controls

2007-06-27 Thread Gilles (Webunity)
Nice website ray! I wonder if all jQuery plugins there are also on the plugins page On 27 jun, 19:05, Rey Bango <[EMAIL PROTECTED]> wrote: > I came across a great link today on DZone.com for Ajax Rain > (http://www.ajaxrain.com). It has one of the best lists of Ajax widgets > and controls I've e

[jQuery] Re: Masked Input Plugin RC2

2007-06-27 Thread Gilles (Webunity)
Nice! However, when you see the mask and press "ESC" the mask also disappears ;) On 28 jun, 03:21, Josh Bush <[EMAIL PROTECTED]> wrote: > Hey there, I'm back at it trying to push to a 1.0 release. I made > some code changes, so I would like some verification that all is well > before I move this

[jQuery] Re: jQuery solutions needed...

2007-06-26 Thread Gilles (Webunity)
And i am also creating some widgets (including the unobtrusive combobox) for jQuery http://groups.google.com/group/jquery-en/browse_thread/thread/4ebf9924c0a33ac4

[jQuery] Re: Draggables in jQuery

2007-06-26 Thread Gilles (Webunity)
Drag yes, drop no ;) http://dev.iceburg.net/jquery/jqDnR/

[jQuery] Re: New Plugin: HoverAccordion

2007-06-26 Thread Gilles (Webunity)
Nice work, i see some errors however, especially when going from top to bottom, sometimes the last item does not expand even tough there is an arrow there. -- Gilles On 26 jun, 13:34, Bernd Matzner <[EMAIL PROTECTED]> wrote: > Hello, > > I'm really excited: My first try

[jQuery] Re: cssHover rebirth: wuWidgets

2007-06-26 Thread Gilles (Webunity)
work. E.g. i could duplicate the one used by Ext, let me know. p.s. i am not in the market to make an interface pack / EXT pack or something. Just some lightweight controls that have extended flexibility. -- Gilles On 26 jun, 10:24, weepy <[EMAIL PROTECTED]> wrote: > how about textbox or dropdown ?

[jQuery] cssHover rebirth: wuWidgets

2007-06-26 Thread Gilles (Webunity)
rusive offcourse. If you have any other thoughts, please let me know, i'll try to implement them. -- Gilles

[jQuery] Re: Attach "success" to jquery.rating

2007-06-25 Thread Gilles (Webunity)
A plugin by John Resig and badly implemented? Hardly i guess.. Try this, i don't know if that works, but seems more logical to me. $('form.rating').rating( { success: function() { alert("ASD"); } } ); You could also take a look at: http://sandbox.wilstuckey.com/jquery-ratings/ http://php.scripts.

[jQuery] Re: Moving Images as objects

2007-06-25 Thread Gilles (Webunity)
How about the z-index property of CSS? On 25 jun, 05:50, Jean <[EMAIL PROTECTED]> wrote: > i thin u can get the position of image1 and use transferTo (interface > plugin) for move the image2 to the top of image1 > > On 6/23/07, Paolo <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I have 2 imag

[jQuery] Re: easing plugin break jQuery, easing plugin needs a small fix

2007-06-24 Thread Gilles (Webunity)
Great, just one of the risks using bleeding edge code ;)

[jQuery] easing plugin break jQuery, easing plugin needs a small fix

2007-06-24 Thread Gilles (Webunity)
nd renamed that to "swing". jQuery likes that a lot and runs without bugs now ;) But to fix it permanently, can someone please add the swing animation to the easing plugin? -- Gilles

[jQuery] Re: Is it possible to attach codes to body.onload via document.ready?

2007-06-23 Thread Gilles (Webunity)
As i see your question, i think you mean this: jQuery(document).ready(function() { // Assign event to window.onload jQuery('body').load(function() { alert('Everything is loaded!'); }); }); On 23 jun, 12:52, howa <[EMAIL PROTECTED]> wrote: > Hello, > > is it possible to attach

[jQuery] Re: Masked Input Plugin RC1

2007-06-22 Thread Gilles (Webunity)
s by using your watermark plugin. Does the masked text also submit to the backend? HTH, Gilles

[jQuery] Use Google Gears to improve the user experience?

2007-06-22 Thread Gilles (Webunity)
I was wondering today, if Google gears (or any other local storage system) could be used to improve the speed of certain types of pages, e.g. website galleries.. What i had in mind is this; - When the user opens a gallery, an xmlhttp request is made that fetches the gallery contents. - When the u

[jQuery] [off-topic] how do you guys organize your project folders?

2007-06-20 Thread Gilles (Webunity)
Hi guys, i was fiddling today with one of my newer projects, and i was wondering how you guys organize things. Right now i have this structure (all based on mainly website development) Customer name --\ --\ develop --\ Assets --\ Text --\ --\ --\ final

[jQuery] Re: New Plugin Repository

2007-06-20 Thread Gilles (Webunity)
Hi guys, Good work! Please add these plugins, since they aren't on the list yet: http://dev.jquery.com/~gilles/cssHover/ http://dev.jquery.com/~gilles/sifr/ Thanx Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-16 Thread Gilles (Webunity)
Cool! I'll be going to try and rebuild my administration site using blockUI (with ajax forms) instead of my own submodal (which is not so widely tested off course). I'll keep you posted Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
Great! Make sure you update your own demo page, since it contains a link to the old "filename" on code.google.com On 15 jun, 13:34, "Mike Alsup" <[EMAIL PROTECTED]> wrote: > Gilles, > > Sorry for the confusion. I renamed the file as Brandon suggested and

[jQuery] Re: @mike: blockUI fix

2007-06-15 Thread Gilles (Webunity)
You did not yet commit this did you? I still see Version 1.22 (06/08/2007) when i download the file here @ work from code.google.com -- Gilles

[jQuery] Re: @mike: blockUI fix

2007-06-14 Thread Gilles (Webunity)
You're welcome. P.s. there is still one thing i would like to see fixxed, but i can't do that alone. With the current code (in firefox) you can tab only in the "popup". However, when that is done, you tab to the address bar, and then to the google search field, then to the tabs (if you have more

[jQuery] @mike: blockUI fix

2007-06-14 Thread Gilles (Webunity)
ocking handler: function(e) { //->Gilles // Previous "allowTabToLeave" code did not work. You could tab out, but not tab back in. // This code works different. If you want to tab, and you aren't allowed to leave, it sets // the focus back on the element you

[jQuery] Re: SlickSpeed CSS Selector TestSuite

2007-06-13 Thread Gilles (Webunity)
I agree with Glenn on this one. I vote for "more speed", we need to "fight back". Another 5k doesn't matter that much to me or my clients since all of them have caching on. Maybe an extra plugin?

[jQuery] Re: jQuery Media Plugin

2007-05-23 Thread Gilles (Webunity)
Nice work mike!

[jQuery] Re: jQuery Media Plugin

2007-05-23 Thread Gilles (Webunity)
Nice work mike!

[jQuery] animate broken (e.g. fadeIn(), fadeOut())

2007-05-23 Thread Gilles (Webunity)
I have this code: And this javascript code: function teaserHide() { jQuery('#teaser').fadeOut(1000); } function teaserShow() { jQuery('#teaser').fadeIn(1000); } /** * Initialize page */ jQuery(document).ready(function() { // // Start update function jQ

[jQuery] jQuery SVN broken?

2007-05-21 Thread Gilles (Webunity)
Is jQuery under DOS attack again? I've been trying to get the latest SVN version, but i am unable to do so. I've allready sent John an email about this, but somehow my account is also "gone". can anybody help me to fix the SVN connection problems? Thanx Gilles

[jQuery] Re: PeriodicalExecutor or $.executeEach

2007-05-08 Thread Gilles (Webunity)
Actually there is allready something called "periodical update" plugin, you can check that out if you wish..

[jQuery] Re: "Focus" code snippet for: BlockUI, Lightbox, Thickbox, and other windows...

2007-05-07 Thread Gilles (Webunity)
y chance that this can be achieved (by an option or programmaticly)? Thanx Gilles

[jQuery] Re: "Focus" code snippet for: BlockUI, Lightbox, Thickbox, and other windows...

2007-05-04 Thread Gilles (Webunity)
On 4 mei, 09:41, Klaus Hartl <[EMAIL PROTECTED]> wrote: > Gilles (Webunity) wrote: > > Guys, > > > It has been a long time since the first blockUI and "window" plugins > > (e.g. lightbox/thickbox) became available. However, i still didn't see > >

[jQuery] "Focus" code snippet for: BlockUI, Lightbox, Thickbox, and other windows...

2007-05-04 Thread Gilles (Webunity)
nds: jQuery(document).unfocus(function(oEvent) { return keepFocusInside(oEvent, SOME_ELEMENT); }); HTH, Gilles

[jQuery] Re: Keyboard shortcuts

2007-04-20 Thread Gilles (Webunity)
Yes i've ported this to jQuery, i'll add it to SVN tonight. It has thesame options as the keyboard_shortcuts, but i've improved (cleaned up) the code a lot. You can bind any combination you want.

[jQuery] Interface "folder-tree" requests

2007-04-13 Thread Gilles (Webunity)
a change of the draggable/droppable code...? Thanx Gilles