i want to create a javascript that allows a pop up login or sign up form comes out anytime the button is clicked.
$ offer bounty
share
add comment
1 Answer
If you need a pure js modal you can try some of the libs in http://microjs.com/. Try to search modal or dialog.
share
add comment
Your Answer
asked | |
viewed | 4 |
Related
- 2JavaScript: How to shift characters in a string to the left or right?
- 1how to correctly cut the text in javascript?
- 9How do you reverse a string in JavaScript?
- 1Javascript function expressions vs. function declarations
- 1How to stop setInterval call with JavaScript?
- 1How to add a key/value pair to an object JavaScript?
- 1How do JavaScript closures work?
- 1how to convert type in javascript
- 3How to correctly clone a JavaScript object?
- 1How to get the length of an object in JavaScript?
- 11How to redirect to another web page using JavaScript?