Range slider in a pop up modal

4 replies · opened Aug 22, 2016

Jjohnburgess86Aug 22, 2016

I am trying to add some range sliders in a pop up modal for people to select options for a quote. But i am not seeming to be able to get the slider to work. Ive added the 3 js scripts at the bottom. I am still using the base code off the example files, so I'm not sure whats not working.

http://ranchworx.com/new-site3/land-clearing.html

Jjohnburgess86Aug 22, 2016

it under the Get A Quote button

AAKTEOAug 28, 2016

Hello! I also want to add Select Picker to shop-item.html, which open in AJAX lightbox. I can not get in the open window Select Picker. How to do it?

Regards
Mark

EestatianJan 19, 2017

Did anyone ever figure this one out?

SSemicolon WebSTAFFJan 27, 2017

Hello,

To be able to use jQuery Components inside the AJAX Lightbox, you will need to re-initialize the jQuery Components JS Callbacks. Example:

jQuery('.ajax-link').on('mfpOpen', function() {
	jQuery('.selectsplitter').selectsplitter();
});

This will work fine for the Select Splitter. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard