Ok. I'll try to do this
On 24 авг, 23:26, Mike Alsup <[EMAIL PROTECTED]> wrote: > If it's a large amount of code then put in on pastie.org or somewhere > like that. But it is much easier to help you if you can create a > simple example and host it so we can see it in action and use a > debugger. > > Mike > > On Aug 24, 4:41 am, Alexey <[EMAIL PROTECTED]> wrote: > > > No. It's not hosted yet. > > I can post whole html/scripts both on the page and from the server- > > response > > Will it help ? > > > On Aug 23, 9:55 am, Mike Alsup <[EMAIL PROTECTED]> wrote: > > > > Can you post a link to a test page? > > > > > I do $("").ajaxSubmit(...,mySuccessCallback) > > > > > In the sever response I have not only html code but also some > > > > javascript that should be executed. > > > > > <div id="main"> > > > > <script language=javascript>...</script> > > > > <div id="content">...</div> > > > > </div> > > > > > but in the mySuccessCallback function in the 'response' field I get > > > > only html without script. And obviously it's not executed. > > > > <div id="main"> > > > > > <div id="content">...</div> > > > > </div> > > > > > Any ideas how to make it work ?