Blog's Archives
Programming
Creating a popup window with jQuery
975 days
I think it’s time for me to go back in more programming language posts rather than focusing only on WordPress. So here is the first post I’ll make on the fabulous jQuery engine.
The goal of this small tutorial will be to show you how to create popping windows in only a few lines of code.
First, the demo
//
Close
This is the content test for this demo
1. Setup your environment
First, you have to grab the latest version of jQuery on their site. (more…)