refresh div section after ajax call
I have a content data which contains all session information. I want to refresh that div section in which i display session information. For example i have a cart page in which several products are shown in cart session, when user click on delete button ajax send a request to server where i delete product from session and on success jquery refresh cart div to show updated session data. I dont want to generate html on server side and replace it with existed html on success of ajax call. If i able to refresh that div section it will automatically displayed updated session information.
I Just want to refresh div section which store session information after ajax call ?