弹框位置设置html,JQuery弹出框定位实现方法
生活随笔
收集整理的這篇文章主要介紹了
弹框位置设置html,JQuery弹出框定位实现方法
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
JQuery彈出框定位實現方法。直接上代碼:
//頁面代碼 (簡化)
CssClass="ui-button-icons-only" Text="按鈕">
Edit
View
Build
JS:
var staticsignal;
$(function() {
// a workaround for a flaw in the demo system (http://dev.jqueryui.com/ticket/4375), ignore!
$(":input.ui-button-icons-only").button(); //更改textbox的樣式
});
function buttonclick(e)
{
var offset=e.offset();//得到offset
var x=offset.left;
var y=offset.top;
$("#editdialog").dialog({
autoOpen:true,
draggable:true,
resizable:false,
position:[x,y+35], //設置坐標
width:150
});
$(".ui-dialog-titlebar").hide();
$('a.ui-dialog-titlebar-close').hide();
staticsignal=e;
}
與50位技術專家面對面20年技術見證,附贈技術全景圖總結
以上是生活随笔為你收集整理的弹框位置设置html,JQuery弹出框定位实现方法的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 点击输入框弹出文字html,jQuery
- 下一篇: html 窗口大小改变,html – 调