Questions tagged [izimodal]

11 questions
3
votes
2 answers

Spring Boot Ajax Parse Error - cannot return object to ajax success fn

I am sending a value through a jquery ajax call to my spring controller. I want it to send an object back to populate a form in an iziModal. Currently, it sends the value from the browser back to my controller, and runs through my method in my…
Stacie
  • 306
  • 7
  • 26
2
votes
0 answers

transform: scale elements within transformed container are not positioned correctly

I have just noticed a weird bug I could replicate on JSFiddle. I use a custom design for checkboxes, and my V icon is being animated from transform: scale(0) to transform: scale(1) on click. Nothing too crazy. The problem starts when I place a…
Itay Ganor
  • 3,965
  • 3
  • 25
  • 40
1
vote
0 answers

izimodal why under the footer

I'm doing a project with codeigniter. But the izimodal appears under the footer and encounters the following error VM11645 iziModal.js:23 Uncaught ReferenceError: jQuery is not defined at VM11645 iziModal.js:23 at VM11645…
1
vote
1 answer

How to pass options over to izimodal (JS) from HTML

Want to get iziModal to work. As a beginner the documentation is a bit daunting. It works fine, but I cannot pass the available options over to the script. The documentation for that is here under 'Data Attributes'. This is my HTML code:
Charles
  • 179
  • 1
  • 15
1
vote
0 answers

check http header to see if url can be loaded in iframe

I need to detect if a url can be loaded into iframe, and if not the url needs to be opened in next tab. I tried to download the header for given url and check X-Frame-Options header value. Here's what I tried: $(document).on('opening',…
Azima
  • 3,835
  • 15
  • 49
  • 95
1
vote
0 answers

Jquery cannot find selector hidden by IziModal

IziModal is beautiful but Jquery selectors cannot see or find the modal elements it hides. So this code: var nextmodal = $(this).next('.izra'); $(nextmodal).iziModal('open'); , which can see any div hidden by display:none, can find any element…
0
votes
0 answers

Izimodal not showing non-latin letters

Seems like izimodal not showing non-latin letter's. Html template has utf-8 set Here is html example.
0
votes
0 answers

Click event listener on elements with the class stops working after first click

I have an anchor element with a class called .trigger. I have a listener for that class which opens a modal using the iziModal framework. On first click the function works as expected. On second click the listener does not work. Instead i get in…
0
votes
0 answers
0
votes
1 answer

How to enable scrolling in "izimodal"?

I wants to show some data on a modal inside table. I'm using an "izimodal" and when table appends inside the modal, it cannot scroll and gets stuck on the position as it's fixed. I wants to enable scrolling on y axis. how can this issue be…
0
votes
1 answer

Wait until jquery plugin on another plugin init

i'm using iziModal jquery plugin and ion range slider. Basically I have a table with records and each record has edit button that shows an iziModal with sliders inside it. I have in a js file called "slidersInit.js" ion range sliders plugin…
Jackal
  • 3,359
  • 4
  • 33
  • 78