[jQuery] draggable and droppable tabs

2007-10-17 Thread scottnath
I am trying to create draggable/droppable tabs. I've got it partly built, but I'd love some community input on this. A working model can be seen here: http://scottnath.com/tabs/draggable_tabs.html Below I will paste the jquery code I'm using. First, here are some issues I'm running into that I

[jQuery] Re: draggable and droppable tabs

2007-10-16 Thread scottnath
I am trying to move tabs from one unordered list (set of tabs) to another, correct. On Oct 16, 1:30 am, Klaus Hartl [EMAIL PROTECTED] wrote: On 15 Okt., 16:35, scottnath [EMAIL PROTECTED] wrote: I am trying to create draggable/droppable tabs. I've got it partly built, but I'd love some

[jQuery] draggable and droppable tabs

2007-10-15 Thread scottnath
I am trying to create draggable/droppable tabs. I've got it partly built, but I'd love some community input on this. A working model can be seen here: http://scottnath.com/tabs/draggable_tabs.html Below I will paste the jquery code I'm using. First, here are some issues I'm running into that I

[jQuery] insertBefore not inserting into dom?

2007-09-30 Thread scottnath
Hi, I'm trying to insert a new list item, but when I do it seems that jquery does not recognize that the new item is in there and jquery functions don't work on it. An example is below: script type=text/javascript $(document).ready( function () {