Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Serialize sortable issues.

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #201498
    yokes
    Participant

    Hi all i have an issues with sorting the jpg images, the cursor jumps some where, please help me fix the issues,

    $(document).ready(function(){ 
        $(function() {
            $("#example2_wrapper tbody").sortable({ opacity: 0.6, cursor: 'move', update: function() {
                var order = $(this).sortable("serialize"); 
                $.post('{{URL::route("backend.portfolios.arrange")}}', order, function(theResponse){
    
                });                                                              
            }                                 
            });
        });
    }); 
    
Viewing 1 post (of 1 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.