[jQuery] Re: Sortables and radio buttons issue

2008-03-06 Thread Jamie
Actually, I figured out the issue. I needed to put the radio buttons inside of a form tag and that fixed it. Thanks for the help!

[jQuery] Re: Sortables and radio buttons issue

2008-03-06 Thread Jamie
Well, it seems to be that ANY time you have an input tag inside of a draggable DIV the state is lost. These radio buttons are not in a form. They are only used to adding a class to the DIV. Here is the most simplified form of the problem. http://www.reepfamily.com/jquery/test.html. Select one

[jQuery] Re: Sortables and radio buttons issue

2008-03-06 Thread Dan G. Switzer, II
Jamie, >I have a simple sortable list of div's with one containing a group of >radio buttons, such as: > >Item 1 type="radio" name="obj" value="D" /> >Item 2 >Item 3 >Item 4 >Item 5 > > >If I check one of the radio buttons and then drag the