Skip to content

Callback function for when I am dragging? #2

@alikabeer32

Description

@alikabeer32

I need a call back function like I used in normal jquery draggable
Also, I have content WITHIN the draggable object that should be ignored by the drag script
Please Help me :'(

    $(".dragme").draggable({
      cancel: '.class1,.class2,.class3',
    drag: function(event, ui) {
        aCallbackFunction();

    }    
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions