I'm adding list items to a page dynamically with $.get, then appending them to the OL element. Pretty usual to this point.
But jQuery isn't aware of these new items when they get loaded into the page, and I'm not being able to make them sortable.
I made some trials with jQuery Live, but didn't get anywhere whit that...