$("#dialog").dialog({
position: { my: "top+25", at: "top+25" }
});
$(".mytext").mouseover(function() {
var target = $(this);
$("#dialog").dialog("widget").position({
my: 'left',
at: 'right',
of: parent //주의 : 모바일 웹에서는 동작 안할 수 있음
});
}
'Web(HTML5)' 카테고리의 다른 글
jquery mobile popup show programmatically (0) | 2017.09.11 |
---|---|
How to check if a variable is an integer in JavaScript? (0) | 2017.09.10 |
ul 태그 안에 있는 li 지우기 ( Remove ul tag child) (0) | 2017.08.30 |
json jquery populate each example (0) | 2017.08.30 |
5 가지 유용한 리스트 ul, li css (5 Useful ul li css ) (0) | 2017.08.30 |