sorted the first issue (I need to change some css) and found the answer to
the second question to be yes

however I don't see multiple selectees being dragged

any how, I have enough to be making head way on - S

2008/4/30 Sam Sherlock <[EMAIL PROTECTED]>:

> Hi All,
>
>
> I am making a AJax File Manager using jQuery and a bunch of plugins within
> the interface
>
> I am having some trouble with selectable
>
> here is my code (from within a document ready block)
>
>         $("#iconScroller > div.folder, #iconScroller >
> div.file").selectable();
>
>
>
> here is my mark up
>
>
>
>             <div id="iconScroller">
>                 <div class="folder">
>                     <p>test</p>
>                 </div>
>                 <div class="folder">
>                     <p>test2</p>
>                 </div>
>                 <div class="folder">
>                     <p>test3</p></div>
>                 <div class="folder">
>                     <p>test4</p></div>
>             </div>
>
>
>
> can you make selectable divs?
>
> 2nd question is it possible to combine selectable & draggable?
>
> thx - S
>

Reply via email to