document.onkeydown = function(e){
$(".post").draggable("disable");
};
document.onkeyup = function(e){
$(".post").draggable("enable");
Post a Comment
No comments:
Post a Comment