鼠标滑到某元素标签弹出div浮动框及其关闭

css:
html
元素
更多条件

div:

js:

  $("#more1488242666447").hover(function(){
                                          // $("#more111").css({top:event.clientY+10, left:event.clientX+20})
                                          $("#more111").show();
                                    });

                                    $("#out").on("click",function(){
                                          $("#more111").hide();
                                    })




你可能感兴趣的:(java,js,div,弹出,浮动)