As a newcomer to jQuery, I've never experimented with lightboxes before. However, I was tasked with creating something fun for April Fools' Day at work. Naively, I accepted the challenge thinking it would be simple, but now I find myself struggling to execute the idea.
The concept involves:
1 - Clicking on the Homepage Banner
2 - A lightbox appearing with the message "Speak your search term"
3 - Pressing a button to speak, followed by a prompt saying "Sorry, we can't hear you, Shout" after 5 seconds
4 - Shouting into the microphone triggers a pop-up revealing an April Fools' promo code for 10% off (XXXXXX)
I have managed to implement the last three steps, which you can view here: http://jsfiddle.net/C8f3P/1/.
My main query is how to integrate all these actions into a lightbox after clicking on the banner. Do you think using a lightbox is the right approach for this project?
Please note: The JSFiddle demo is just a rough representation and won't look exactly like the final product :)