[jQuery] Re: script within ajax html response

2007-10-22 Thread MHM
Ok I have managed to find a simple solution works partly by encompassing them (the scripts) in functions in a global script file. and then calling the function. so for example to have an effect of a slidedown. normally you would do $('#openme').slideDown("slow"); or put in on an onclick event

[jQuery] Re: script within ajax html response

2007-10-02 Thread MHM
Anyone have any solution to my fiasco??? On Sep 27, 7:08 pm, MHM <[EMAIL PROTECTED]> wrote: > Hi, > > I am working on a website using jquery for ajax with various other > jquery plugins. In my app, when making ajax queries for forms, i > return back the complete form as html since it carries info