効果 1. 特定の日にマウスを置くと、その日にメモがある場合、以下のように表示されます。
コードをコピー コードは次のとおりです。
function checkfortasks (thedate, e){
//ページ上でタスクボックスに対応する
function autocomplete (thevalue, e){ //ページ内で autocompletediv を見つけます (取得名のラベルを表示します) theObject = document.getElementById("autocompletediv" );
//visible に設定しますtheObject.style.visibility = "visible";
theObject.style.width = "152px";
//取得タグの位置を設定します
posx = 0;
var posy = 0;
posy = (findPosX (document.getElementById("yourname") 1 ); )) 23);
theObject.style.left = posx "px";
theObject.style.top = posy " px"
//イベントをキーボード入力として設定します
var theextrachar = e.that;
if (theextrachar == undefined){
theextrachar = e.keyCode;
}
//検索リストをロードする場所を設定します
var objID = "autocompletediv";
//PHP リクエスト ページを設定し、ユーザーが入力した名前を渡します (Backspace 関数を考慮して)
if (theextrachar == 8){
if (thevalue.length == 1){
var serverPage = "autocomp.php";
}
else{
var serverPage = "autocomp.php" "?sstring=" thevalue.substr( 0, (thevalue.length -1));
}
}
else{
var serverPage = "autocomp.php" "?sstring=" thevalue String.fromCharCode(theextrachar); >}
//リクエストを送信し、返されたデータをロードします
var obj = document.getElementById(objID);
xmlhttp.open( "GET",
xmlhttp.onreadystatechange = function); () {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
obj.innerHTML = xmlhttp.responseText;
}
}
xmlhttp.send(null) );
}
ファイル パッケージのダウンロード