using load() to load page that also uses jQuery -


i'm trying load page edit form inside dialog (ui.dialog). can load page fine external (i'm using asp.net) page.

the problem inside of "popup" form, need $(function() {my function here}); syntax stuff when page loads, along registering .fn extensions dynamic dropdowns using ajax calls.

i have created don't think these being included, , $(function) not being called.

is possible or need find way of accomplishing need do?

if need load form via ajax javascript stuff in $.ajax callback itself. so, load popup form this:

$.ajax({    //...    success: function(text) {        // insert text container        // code $(function() {});    } }); 

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -