here is live page, but just begin

http://caraudio-rs.info/nal_7/

On Aug 19, 11:07 pm, Boris Trivic <trivu...@gmail.com> wrote:
> look. Exaple: i have 3 div's with different ID's.
> First 2 divs are draggable, 3rd is fixed.
> When I take on of draggable divs and put it on 3rd div (fixed), how I
> can get ID of that div which is dragged on 3rd div.
>
> ------code:--------
> <script type="text/javascript">
> $("#div1").draggable();
> $("#div2").draggable();
> </script>
>
> <body>
> <div id="div1"> A </div>
> <div id="div2"> B </div>
> <div id="div3"> __ </div>
> ......
>
> -----end code------
>
> If you read my 1st post you can see what I want to make...
>
> You understand now?
>
> On Aug 19, 10:13 pm, Brett Ritter <swift...@swiftone.org> wrote:
>
>
>
> > On Wed, Aug 19, 2009 at 9:40 AM, Boris Trivic<trivu...@gmail.com> wrote:
> > > anyone? :s
>
> > I'm afraid I'm not understanding your question.  Can you provide
> > simple html that you are trying to read/manipulate?
>
> > --
> > Brett Ritter / SwiftOne
> > swift...@swiftone.org

Reply via email to