I'm having trouble accessing javascripts within a jQuery dialog.
For example, page A calls a page B which is displayed within a jQuery Dialog.
On page B, I'm trying to implement a jQuery Datepicker. However, it doesn't seem to work no matter where I put the Datepicker code (in page A or in page B).
Any one know how to get call javascripts within a jQuery dialog?