nyroModal icon indicating copy to clipboard operation
nyroModal copied to clipboard

nyroModal is a highly customizable modal window plugin for jQuery. This is the version 2 of the plugin

Results 17 nyroModal issues
Sort by recently updated
recently updated
newest added

My app, using a nyroModal window, works fine on my PC. However, on my android smartphone the launched window is off the screen. I need to scroll down to get...

I have a nyroModal window with two tabs at the top, one Launches the content of the modal window into the main page - "Launch In Main Page", and the...

The modal gets blown out for the IFRAME, happen on the demo page too. Any ideas how to fix this? Works OK in FF, but CHROME breaks. http://nyromodal.nyrodev.com/#demos

When I want to use a WYSIWYG editor inside a page loaded with nyroModal, it says "Uncaught ReferenceError: ..... is not defined". I think that the page inside the nyromodal...

Thank you for this great script! But there is one problem for me. After an error window ("An error occured") by an image (gallery is activated), the size of the...

I updated from jquery2 to jquery 3 and nyroModal throws an error, because its using .load() and .error(). I looked at the code and found 3 lines with this removed...

I'm currently seeing if there is any way to code an image popup that has two different sections of it mapped to two different urls. The image would need to...

I can't understand what needs to be done to v1.6 code to get it to work under v2. I realize the documentation is inadequate, but even with the source code...

I want to set the parameter closeOnClick to false, when something is typed in the modal. I tried: callbacks: { keyHandle: function(nm){ debug(nm.closeOnClick); nm.closeOnClick = false; $.nmTop({closeOnClick : false}); $.nmObj({closeOnClick:...

please give an working full example how to animate the modal risize (or grow on open en shrink on close) the demos on the page show NO source, there is...