Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- $(function() {
- $( ".sortable" ).sortable({
- connectWith: ".connectedSortable",
- receive: function( event, ui ) {
- $(this).css({"background-color":"blue"});
- }
- }).disableSelection();
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment