-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
jq 2.2.0
<script src='js/dropit.js' type='text/javascript'></script>
<link href="css/dropit.css" rel="stylesheet" type="text/css">
$( document ).ready(function()
{
// Copy+Paste sample .menu
$( '.menu' ).dropit({
afterLoad: function(){ console.log("dropit initialized.") } // Triggers when plugin has loaded
});
}
Nothing was showing up on click, so I added the callback option afterLoad and I'm not getting this console msg.
Metadata
Metadata
Assignees
Labels
No labels