Ajax request with jQuery without WP_ajax

I solved my problem!

In fact, jQuery can’t parse an element at the root stage. I just wrap all my body content into a div, and it works.

I can also use filter function instead of find.