Problem with ajax jquery. Please help !!!

Problem with ajax jquery. Please help !!!

I use $.ajax() function to get data from server.
success: function(data) {}
data have 2 <div>. How can i take separate <div> in data ?
Anyone can help me please.