var content = $( data ).find( "#content" );
I realize it creates a variable named content, but where is it getting it from?
There is no element in the example code with an id of content.
Also, is the ( data ) the same data that is returned by the $.post?
Any help would be gratefully appreciated.
Thanks,
Tony