Result jQuery $(document).ready(function() { //ããã¼ã¤ãã³ãçºç« $(".tip_trigger").hover(function(){ //class="tip_trigger"å ããclass="tip"ãæ¢ã tip = $(this).find('.tip'); tip.show(); //表示 }, function() { tip.hide(); //é表示 //ãããããã¦ã¹ã ã¼ãã¤ãã³ã }).mousemove(function(e) { var mousex = e.pageX + 20; //ä½ç½®ãåå¾ var mousey = e.pageY + 20; //åä¸ var tipWidth = tip.width(); //å¹ ãåå¾ var tipHeight = tip.height(); //é«ããåå¾ var t
{{#tags}}- {{label}}
{{/tags}}