Questions tagged [nifty-modal]

nifty-modal is a small browser library for simple modal dialogs.

nifty-modal is a small browser library for simple modal dialogs.

https://github.com/jblashill/nifty-modal

4 questions
2
votes
7 answers

Nifty Modal - how to trigger a modal without a button

This script provides awesome modal transitions and I want to use them instead of a standard alert message. Now the demo of the script shows how to trigger them by pressing a
jwknz
  • 6,598
  • 16
  • 72
  • 115
0
votes
0 answers

how Can i get data from Api https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY

MY CODE :- fetch('https://www.nseindia.com/api/option-chain-indices?symbol=NIFTY') .then((response) => response.json()) .then((data) => console.log(data)) .catch(err => console.log(err)) Error I am getting this error while calling the api , I also…
0
votes
1 answer

How can we show Nifty window modal popup on page load?

I want to show my nifty window modal popup on page load. This is my nifty window popup modal code:
0
votes
1 answer

select2 with formatNoMatches button event

The goal here is i wanted to attach a nifty modal to that .md-trigger button dynamically created by select2. My problem is how should i trigger it from select2, i tried the change event but it didn't…
Norks
  • 390
  • 1
  • 5
  • 18