I need modal popup that interact with user action like below snap. But this modal popup should be in pure java script. Strictly prohibited to use JQuery or JQuery plugin.
I look forward to hearing from you.
Thanks in advance.
I need modal popup that interact with user action like below snap. But this modal popup should be in pure java script. Strictly prohibited to use JQuery or JQuery plugin.
I look forward to hearing from you.
Thanks in advance.
Share Improve this question edited Mar 24, 2017 at 11:26 Edric 26.9k13 gold badges87 silver badges95 bronze badges asked Mar 24, 2017 at 10:29 Dipak DelvadiyaDipak Delvadiya 2,1122 gold badges20 silver badges34 bronze badges2 Answers
Reset to default 5Here I share some plugins which are basically created in Jquery and Javascript.
Whatever you are looking for in plain javascript than you can use http://alpha.jspanel.de/media/demos/nojquery/index.php
Another one is in created using Jquery. It is https://lobianijs./site/lobipanel#examples
Using of first option, you can go ahead to active user interaction actions in plain javascript.
- Design
div
or something to look like window- CSS
- HTML
- Add some JS listeners to it:
onClick
,onDrag
and so on- JavaScript
- Use some binations of
preventDefault
andreturn false
for "modality", also usez-index
to bring "window" to the top