I'm trying to load a page that is basically an edit form inside a dialog (ui.dialog). I can load this page fine from an external (I'm using asp.net) page.
The problem is that inside of my "popup" form, I need to $(function() {my function here}); syntax to do some stuff when the page loads, along with registering some .fn extensions for some dynamic dropdowns using ajax calls.
I have created my but I don't think these are being included, and also my $(function) is not being called.
Is this possible to do or do I need to find another way of accomplishing what I need to do?