Popup icon indicating copy to clipboard operation
Popup copied to clipboard

A barebones, flexible jQuery popup plugin. Designed for developers, it's simple to use but very powerful.

Results 12 Popup issues
Sort by recently updated
recently updated
newest added

Hello, there's an issue on Firefox 57 I don't know what is the cause, if the issue is in Firefox or not. You choose to open the popup inline on...

I've tried this solution: ``` var popup = new $.Popup(); if ($.cookie('responsive_popup') == null) { var myVar = setTimeout(function(){ popup.open('#inline'); }, 3000); } $(".popup_close").click(function(){ clearTimeout(myVar); $.cookie('responsive_popup', 'yes', { expires: {/literal}{$popup_cookie*0.000694}{literal},...

I've read the docs, but i've not found any responsive parameter to avoid that a popup size is bigger the the screen and make it more responsive on mobile.

If I try to open popup and then while it loads I click on "popup_back" then I got an error in console "Uncaught TypeError: Cannot read property 'css' of undefined...

I noticed that the popups were not working on my phone so I added the "tap" event

Since jQuery 1.8 ajax.error() has been deprecated, but since 3.0 it's been removed. .fail() is the replacement function. This change makes the switch from .error() to .fail().

Hi, I have a popup that's too long to be displayed entirely on the screen. The scrolling only affects the background, not the popup itself. Pretty normal as its position...

Hello and thanks for the great plugin is very useful to me . I'm working on a site with wordpress , specifically in a section with social buttons to share...

In the Readme, there's a typo in the Installation area, see image. Caused me a little trouble before I caught it. Great plugin! Thanks a ton. ![screen shot 2016-04-01 at...