How to display the easyui dialog box in the lower right corner of the browser_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:38:36
Original
1464 people have browsed it

If setting top and left directly cannot adapt to different screens


Reply to the discussion (solution)

How to display the easyui dialog box in the browser In the lower right corner, it seems that setting the right and bottom of the div does not work

$.messager.show({	title:'My Title',	msg:'Message will be closed after 5 seconds.',	timeout:5000,	showType:'slide'});
Copy after login

This is the pop-up window in the lower right corner, which feels like a prompt. I don’t know if it is what you need

No, I used easyui’s dialog

and solved it myself. $('#dlg').window("resize", {top: ($(window).height() - 100), left: ($(window).width() - 200)});

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template