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
Post a Comment