Hey, Can you send me your code to look at. Are you trying to update a DIV or use it as a succss show?
On Nov 22, 6:08 pm, davidgregan <[EMAIL PROTECTED]> wrote: > I'm using the jquery forms plugin for an ajax request and update. I > set the target option to the desired div that I want to update. The > problem that I'm running into is that it will update the div with the > contents of the entire page rather than the just the contents of that > div. I'd like to do this without creating another view for just the > div alone. What is the proper way to do this? Return the calls results > to a variable and then parse the variable for the desired div? Is > there another way? Thanks in advanced.