hello everyone,
I'm using the Select2 plugin in Apex 4.1.1
(see - Item Plugin - Select2)
I manually installed the 1.7.1 jquery, as required from documentation, and also the jquery.ui.sortable.min.js.
everything seems to work, but drag and drop to reorder selectded entry does not work.
In my HTML header page i included
<script type="text/javascript" src="#IMAGE_PREFIX#libraries/jquery-ui/1.8.14/ui/minified/jquery.ui.sortable.min.js"></script>
<script type="text/javascript" src="#IMAGE_PREFIX#libraries/jquery/1.7.1/jquery-1.7.1.js"></script>
<script type="text/javascript" src="#IMAGE_PREFIX#libraries/jquery/1.7.1/jquery-1.7.1.min.js"></script>
any help will be appreciatedk
regards
Saverio