$("div.s4-ctx").bind('click', function () {
var T = setTimeout(showAlert, 400);
});
$("div.ms-vh-div").bind('click', function () {
var T = setTimeout(showAlert, 400);
});
function showAlert() {
$('div.ms-MenuUIPopupBody').css('left', '+=120px');
}
jquery
SharePointホームページで正常に動作しています。ただし、sharepoint サブサイトでは機能しません。