Even though I\'ve followed the directions in the jQuery UI documentation, I\'m getting the error that .sortable is not a function. Here is my code:
I figured it out. The page that I needed sortable for is loaded into a div within my main page. I had to add the jQuery UI script to that jsp rather than the main page jsp. Funny how that worked out.