Question about find

Question about find

Hello,

I'm trying to figure what this one line does in the script at the end of the jQuery.post() documentation.

  1. 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