Adding jquery modal dialog box
I read some of the other posts on this and can't quite figure it out.
I'm trying to add a modal dialog box to my app. I'm using the code from here: http://jqueryui.com/dialog/#modal-mes...
In the UI, I create a panel and put in the HTML, and then I put in the javascript in my javascript file and call it when the page loads.
It just shows a wierd thing (see image.)
It looks like the tiggzi app already includes the right version of jquery. Maybe I also need to include jquery-ui.js? If so, how do I do that? Or is the problem/challenge larger than that?