It sounds like it's coming out of your php script. Maybe you left some
kind of debug code in there? Something that echos true or false?

You can use Firebug for Firefox to check what the returned response
for your ajax is. If you see the 0 in there, it's from your php code.
If you don't, it's from your Javascript code.

On Jun 26, 11:16 am, Peter <peterebut...@gmail.com> wrote:
> I just can't figure this one out, and it's got to be something silly,
> since I can't find anyone else having the problem.  My code looks like
> this:
>
> $('#edit' .postcontent').load('admin-ajax.php', {'action':'qe-
> getpost'});
>
> Everything works great - the returned value is loaded
> into .postcontent perfectly.  However, a 0 is appended to the end.
> Every time.  Even if I return nothing, a lonely 0 shows up
> inside .postcontent.  Can anyone explain what is going on?
>
> Thanks!

Reply via email to