Sortable questions - Injected html and table rows
Hi all,
I'm using the current release of jquery (1.2.1) and have tried the
nightly build to see if it helps fix my problems (but doesn't) and
jquery UI 1.0.
Two questions.
1. When I make a table sortable (using the row's as handlers) the
length of the row collapses and positioning shoots off to the top-
left, rather than contained to the parent table.
2. When injecting a html list from a popup window to it's parent, I am
unable to make that list sortable, I receive the following error
message:
selector has no properties
http://test.dev/jquery-ui-tests/jquery.js
Line 86
I have put together a test case page:
http://test.mikeholloway.co.uk/jquery-ui-tests
I've made a tgz of the directory incase you want to try downloading
and tweaking files:
http://test.mikeholloway.co.uk/jquery-ui-tests
Thanks for any help in advance people.