Making izimodal window draggable

I am working on a wordpress website and I’m using the izimodal plugin. Is there a way to make the izimodal window draggable using .draggable()? I don’t have much experience with jquery, so I checked the izimodal website and from I’ve understood the option is not yet implemented. I’m not sure #izimodal is the right parameter to pass.

$( function() {
$( “#iziModal” ).draggable();
} );

Thanks in advance.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.