Creating a modal window on page load using Kube
16:50 27 Feb 2015

I am using the Kube framework (http://imperavi.com/kube/) which includes a modal function. Unfortunately the documentation is kind of sparse or I am too dumb (http://imperavi.com/kube/tools/js-modal/).

They have sample code showing how to launch modals on button clicks, but I am trying to launch it on body load. Can anyone with either experience with Kube or a better understanding of JS/jQuery help me do that? I wan to make sure I can specify settings like width and blur.

I know there are many many modal plugins out there, but I am trying to limit my project to just this one framework.

javascript jquery modal-dialog