New version of Corner Popup (jQuery pop-up script)

栏目: IT技术 · 发布时间: 5年前

内容简介:Fully customizable pop-up box created to display all types of messages in corner of your browser.Website:Demo:

Corner Popup v1.17

Fully customizable pop-up box created to display all types of messages in corner of your browser.

Website: https://espritdesign.pl/corner-popup

Demo: https://espritdesign.pl/corner-popup/demo

More about Corner Popup

What is Corner Popup? It's a simple pop-up component that can be used on almost all modern websites. It simply displays small pop-up box in corner of browser. Corner Popup is fully configurable and you can change many parameters - position, window color, content inside etc. Corner Popup is easy to use and you don't need any programming skills. As a component Corner Popup needs only jQuery to work. It is fully responsive without using any framework.

How to use

Using Corner Popup is very simple. As the first step, add jQuery and Corner Popup files for the project (remember to add appropriate files to folders):

<link rel="stylesheet" href="css/corner-popup.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="js/corner-popup.min.js"></script>

In step 2 call script from your website code:

<script>
$.fn.cornerpopup({
});
</script>

In step 3 you can (but it's not necessary) set some options in previously added code:

<script>
$.fn.cornerpopup({
variant: 1,
slide: 1
});
</script>

All available options with description:

Option Default Description
active 1 Makes popup enabled or disabled. If it is set to 1 popup will show. If set to 0 it's disabled.
variant 1 Using this option you can set a variant of the popup window. There are 10 variants which could be used for different purposes - for example variant 2 is an option used for cookies information - it even creates and saves cookie for you.
slide 0 If this option is set to 1 standard method of showing a popup (fade) will change to slide.
slideTop 0 This option could be used only if "slide" is set to 1. It makes slide always work from bottom to top.
timeOut 0 This option sets the timeout to popup, so it will appear and disappear after the amount of time you set as parameter. If you set for example 500 it will disappear after 500ms.
closeBtn 1 Sets close button visibility - if it is set to 0 close button will not show in any variant of the popup.
shadow 1 Sets popup shadow visibility - if it is set to 0 shadow won't be visible in any variant of the popup.
link1 You can change the link that is used in variant 1 of popup. Just type a new address as parameter.
link2 # You can change the link that is used in most of popup variants. Just type a new address as parameter.
popupImg You can change the image used in popup variant 1. Type your own link to image here.
cookieImg You can change the image used in popup variant 2 (cookies). Type your own link to image here.
messageImg You can change the image used in popup variant 3 (message). Type your own link to image here.
header In this option you can change header used in some of popup variants. You can use html tags here.
text1 In this 2 options you can change text used in popup variants - text1 is for cookie message. You can use html tags here.
button1, button2, button3 In this 3 options you can change label used in the buttons. "button2" is used in cookies popup.
content You can place in this option text (including html tags) which is displayed in variant nr.10 of popup - this variant is made to show your own content.
loadContent No This option loads data from another file (e.g. html file with prepared content). Just write the file address as parameter.
width 390px This option is used to change the popup width. Use here css units.
font This option is used to change the font used in popup elements. Use here css code - e.g. "'Open Sans', 'Halvetica', sans-serif".
colors #543189 This option changes color of primary elements - close button icon, headers, buttons.
bgColor #fff This option changes background color of popup.
borderColor #efefef This option changes border color of popup.
textColor #181818 This option changes text color in popup.
iconColor #543189 This option changes close button color.
btnColor #543189 This option changes color of buttons in popup.
btnTextColor #fff This option changes color of text in buttons.
corners 0px This option is used to change popup corner radius.
position right This option is used to change position of the popup. You can change position to left, center or right.
padding 0 This option is used to change padding inside of the popup. You can change it to any value.
escClose 0 Closes pop-up window after Escape key is pressed. This option works if it is set to 1.
stickToBottom 0 Removes the pop-up margin and makes it stick to the edge of the browser.

Corner Popup provides public methods (e.g. usage):

$.fn.cornerpopup.popupClose();
Method Description
popupClose Closes pop-up window whenever you want.
popupHide Hides pop-up window (it can be restored at any time).
popupShow Shows hidden pop-up window.

You can add delay for each method. Just call the method like this: $.fn.cornerpopup.popupShow(100); - where 100 is the time in milliseconds.

Corner Popup events:

<script>
$.fn.cornerpopup({
variant: 1,
beforePopup: function() {
// Your code here
}
</script>
Event Description
beforePopup Your code will work before the popup window appears.
afterPopup Your code will work after closing the pop-up window.
onBtnClick Your code will work after pressing the popup button.

License

Corner Popup is licensed under the Creative Commons Attribution 4.0 International License: https://creativecommons.org/licenses/by/4.0

Author

Łukasz Brzostek

Have a question about usage? Found a bug?

Feel free to write a message to me: info@espritdesign.pl


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

程序员面试笔试宝典

程序员面试笔试宝典

何昊、叶向阳、窦浩 / 2012-10 / 59.80元

《程序员面试笔试宝典》除了对传统的计算机相关知识(C/C++、数据结构与算法、操作系统、计算机网络与通信、软件工程、数据库、智力题、英语面试等)进行介绍外,还根据当前计算机技术的发展潮流,对面试笔试中常见的海量数据处理进行了详细的分析。同时,为了更具说服力,《程序员面试笔试宝典》特邀多位IT名企面试官现身说法,对面试过程中求职者存在的问题进行了深度剖析,同时《程序员面试笔试宝典》引入了一批来自于名......一起来看看 《程序员面试笔试宝典》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

在线进制转换器
在线进制转换器

各进制数互转换器

MD5 加密
MD5 加密

MD5 加密工具