views:

10

answers:

1

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?

A: 

Actually, I finally figured it out. I had to put in the javascript within the open method of the UI dialog call.

Dean