[jQuery] detect name, class or id dropped elements with Jquery UI

2007-10-30 Thread charliend
Hello all, I'm a beginner with UI and I would like to know how to detect name, class or id the dropped element with the droppable feature. So the question is really on how to access attributs of the dropped element? In my example: $("#draggableAreaMask").droppable

[jQuery] Re: Help: Jquery Interface "Drag" => Graphic Bug

2007-10-25 Thread charliend
fore the style that you've defined in > css). Have you tried jQuery UI's draggables? > > http://ui.jquery.com/http://docs.jquery.com/UI/Draggables > > - Richard > > On 10/25/07, charliend <[EMAIL PROTECTED]> wrote: > > > > > Hello all, > >

[jQuery] Help: Jquery Interface "Drag" => Graphic Bug

2007-10-25 Thread charliend
Hello all, I'm working on Drag & Drop with Interface and I have a graphic bug. When I click on a Draggable object I can make it move, but only the text which is contained "move" all the (Css-made) graphic disappear as soon as I make a movement with the mouse. Here is a little bit of code: In t

[jQuery] Re: Does anyone know about Easy Dom?

2007-10-20 Thread charliend
ic <[EMAIL PROTECTED]> wrote: > Charliend, > > That blog entry IS the original website, and it has a download link. > (Look about a page and a half down, where it says "Here is the source > code, or you can download it:") The source is also plainly written in > the blo

[jQuery] Does anyone know about Easy Dom?

2007-10-19 Thread charliend
nd the original website to download it... Does anyone have something? Thanks, Charliend

[jQuery] Re: Can't understand a Jquery statement

2007-10-16 Thread charliend
the matched set of elements. > > > The problem is that this code will never work as written. The > > author is > > trying to > > Use 'virtual-sensor' as a selector, but in this setup, they're > > acting as if > > it's an HTML tag, which

[jQuery] Can't understand a Jquery statement

2007-10-16 Thread charliend
Hello all, I'm beginning working on a project which has been writing using Jquery (I'm novice) and I really can't understand that line: $($("virtual-sensor",data).get(i)).attr("name"); Can you traduce it to me? Thank you Charlie