Well,
I have this page where you need to select the date range and where you need to move some items (a nested list).
For the date range I’ve chosen the old jquery date picker which was great because it gave the possibility to choose the range intelligently and easily. (The new one does not have this feature anymore) and for the moving (reordering) of items I’m using jquery sortable nested list.
The problem is that the old jquery datepicker works with the old jquery ui and the sortable nested list works wth the new jquery ui and when I include both of them Firefox crashes.
I’ve tried something like this:
<script type="text/javascript">
var j$132 = $.noConflict(true);
</script>
but still no luck. Can anybody tell me a jquery date range picker (a newer one) or a jquery sortable nested list (that works with the old sortable) or simply how I could include 2 versions of jquery UI on the same page?
I actually solved the problem using http://www.eyecon.ro/datepicker