简单效果
//跟隨鼠標
$(window).mousemove(function () {
???????????? //? document.createElement("<div id=dsa></div>");
?????????????? $("#id").offset({ left: event.x, top: event.y });
?????????? })
?
//編輯
$("table tr td").click(function () {
????????????? if ($(this).find("input[type='text']").length < 1) {
????????????????? var text = $(this).text();
????????????????? $(this).attr("innerHTML", "");
????????????????? $(this).append("<input type=text? value=" + text + "/>");
????????????????? $(this).find("input[type='text']").select();
????????????? }
????????? })
?
//跟隨滾動條
//document.documentElement.scrollTop
//document.body.scrollTop
$(window).scroll(function () {
???????????? var topScroll = window.pageYOffset;
???????????? var topDiv = "70px";
???????????? var top = topScroll + parseInt(topDiv);
???????????? $("#id").animate({ "top": top }, 500);
???????? })
轉載于:https://www.cnblogs.com/Mr-Joe/archive/2011/12/29/2306507.html
總結
- 上一篇: Bind 9.5安装入门指南
- 下一篇: Myeclipse10下载,安装,破解,