Skorpion wrote:
>
> Hey Wayde
> Just had a quick look and from what I can see your javascript isn't even
> javascript, it's copies of the HTML... Both the jquery.js and the
> interface.js.
>
> Might need to fix that before anything will work...
>
> Allan
>
>
> WG wrote:
>> Hi Folks,
>>
>> I've done this with scriptaculous ... but have been trying for the
>> past few hours with jquery and the interface library and I just can't
>> get it to work.
>>
>> Essentially I'm trying to build a tabstrip control that allows you to
>> drag/drop nested tabs dynamically so as to change the tab order (see
>> www.live.com <http://www.live.com> for what I'm getting at). I've
>> uploaded the .html file I started working with here:
>>
>> tab.html <http://www.nabble.com/file/5961/tab.html>
>>
>> The main problem I'm having is that whenever I drag tab A over tab
>> B... instead tab B being shifted to where tab A was, tab B is pushed
>> underneath. Maybe its a problem with the CSS? Or maybe I need there
>> are some properites I need to set that I'm not? I dunno ... the answer
>> is probably simple ... and that is driving me nuts!
>>
>> thanks - wayde
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> jQuery mailing list
>> [email protected]
>> http://jquery.com/discuss/
>>
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
Allan that would be because you cant see the original jquery.js he's using,
you just get the same file all over again, just as if you would go to:
http://www.nabble.com/file/5961/bin/hello.world.php
it's still the same output.
For you wayde, I changed a few things, and here is a file that works.
Just change the script links back.
http://www.nabble.com/file/5987/test.html test.html
No major changes, but I've put a BR that clears the tabs (easier sorting),
added the helperclass and floats: true, in the Sortable config. Oh and I
removed the width: auto !important; it fucked things up, atleast on my FF1.5
and IE7.
Hope it helps //Kristinn
--
View this message in context:
http://www.nabble.com/Help---How-to-create-a-sortable-tabstrip--tf3132030.html#a8680236
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/