I am referencing jQuery like below in my code and it works fine:
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
However when I reference the newest version (below) it acts as if there is no jQuery
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
I'm quiet new to jQuery and I'm not even sure how to test this issue, any help would be greatly appreciated.
Update
Here is a Fiddle to what I'm trying to do: http://jsfiddle.net/aeNke/
In 1.7.1 the list is sortable however it does not alert the order, in 1.9.1 the list is not sortable at all.
The only error my am recieving in the error console is "TypeError: jQuery.curCss is not a function