I'm somewhat new to Node.js, currently working on an application using node and the Jade templating engine. I'm trying to figure out the best approach to create a lightbox in the interface that allows a user to edit a selected record.
Any advice on how to achieve this:
I can handle the post function and the invisible field thing, just need help with how to render these lightboxes dynamically.
Thanks!
you can use twitter bootstrap to implement the modal window. Its simply awesome and very easy to use.