Questions tagged [remodal]

Fast, responsive, lightweight, css-animation synchronized jQuery plugin

Remodal available at GitHub however appears to be no longer maintained. This jQuery plugin helps you handle modal-dialog features on you site.

Extensive information about the plugin and how to use it is available here.

16 questions
2
votes
2 answers

How to make a confirmation modal with Remodal

I use Remodal ( https://github.com/VodkaBears/Remodal#remodal ) to make some modals, normally I use only the alert modal but now I want to use a confirmation modal. I have made a delete button with a confirmation modal, I have the following…
Arie
  • 363
  • 4
  • 14
1
vote
1 answer

Trigger a Resize on a MediaElement.js Video in Wordpress

I have a post type which is displayed in modal windows. The modals are created using the Remodal library. Unfortunately when the modal is opened the MediaElement.js video players inside have already been initialized at incorrect dimensions - the…
kisabelle
  • 592
  • 1
  • 7
  • 17
1
vote
2 answers

How to confirm by enter key - Remodal

I've been using remodal for confirmation and notification pop-ups. What I fail to do so is allowing enter key submission. I tried searching for a solution, but it seems there are none on the web and the developer seems to be abandoned his work…
Ahmet
  • 115
  • 11
1
vote
1 answer

Handling priority with events from extenal libraries in Javascript

I'm using Remodal Javascript lib to handle with modal windows. The point is that the library has handlers for custom events, e.g. the following javascript $(document).on('opening', '.remodal', function (e) { console.log('opening'); }); will be…
mat_boy
  • 12,998
  • 22
  • 72
  • 116
1
vote
0 answers

How to use Remodal jQuery plugin with System Js and typescript

I'm having trouble using the jQuery plugin remodal with System js. Remodal is included in the html headers. The issue I am having is inside the view model class I'm not accessing the remodal. Error: Property 'remodal' does not exists on type…
Demodave
  • 6,242
  • 6
  • 43
  • 58
1
vote
0 answers

Remodal html5 email required

I am attempting to use Remodal and html5 email required at the same time. Upon confirmation it doesnt validate and the window closes through, someone asked a similar question but the question wasnt answered. I am trying to validate it before it…
09brian779
  • 23
  • 3
1
vote
1 answer

How to pass an ID of a record I want to delete to Remodal window

I have a dynamically list of records created like this: Option 1 delete Option 2 delete Option 3 delete Option 4
Jesus BC
  • 59
  • 5
1
vote
0 answers

jquery Remodal e-mail form

I'm using the Remodal plugin to show modals on my website. (https://github.com/VodkaBears/Remodal) This works great for my needs. This is the first time I'm working with modals and e-mail forms. I have a script to submit the form, and it looks like…
zorensen
  • 334
  • 4
  • 19
1
vote
1 answer

iCheck event fired many times after pairing with Remodal

I am currently using: remodalJS 0.6.4 iCheckJS 1.0.2 the UX is designed so that the iCheck checkboxes and radios act as filters and live within a remodal. Weird things happened when I paired up the two libraries to use: This is the console output…
Chris Yeung
  • 2,613
  • 6
  • 34
  • 57
0
votes
1 answer

jQuery Remodal shows 'opened' state, but does not display

I'm using jQuery Remodal in combination with PHP. I'm displaying the jQuery code for launching when the page loads with some server-side variables. I've used Remodal for years, without a problem. But I'm experiencing some odd behavior that is…
hanji
  • 315
  • 2
  • 20
0
votes
1 answer

select2 dropdown overlapping on remodal

When I try to use select2 and remodal together, select2 dropdown is overlapping on remodal frame. I tried to change z-index of both but I failed to make it work. Here is the screenshot:
Ahmet
  • 115
  • 11
0
votes
1 answer

Reset state of jQuery plugin Remodal on page refresh

I am using the jQuery plugin Remodal to create a modal for my website. I am following the documentation on their website however I am running into an issue with opening and closing the modal. If I open the modal then refresh my browser the next time…
ogk
  • 602
  • 4
  • 12
  • 28
0
votes
2 answers

Add a hover event for remodal js popup

I'm using remodal for modal boxes on my site. In addition to the click event, how can I add a hover event so when the user hovers on the link, the box appears without having to click it? My trigger link is the below:
casiokid
  • 119
  • 9
0
votes
0 answers

Remodal won't open second time with $(remodal).load(href)

I'm working with Vodkabears' Remodal in Concrete5, and I'm trying to load a page into the modal by an href. It opens fine the first time, but once closed it won't open again. I've concluded that the issue is with the '.load(href)' but can't figure…
cmcg182
  • 83
  • 2
  • 9
0
votes
2 answers

Submit ASP.NET Form within Jquery Remodal

I've created an ASP.NET web page (.aspx) which is using a Jquery plugin containing a subscription form. The modal containing the form pops with no problems or errors, but the problem is when I complete the form with data and press the submit…
Chris A
  • 95
  • 7
1
2