For example, there is a page with a shopping cart on the left and a menu list on the right.
Clicking on a certain dish will jump to the corresponding details page of the dish, which is a new page.
Select information such as specifications and attributes. After obtaining it with ajax, it will return to the original menu list.
But I want to display the selected dish information on the shopping cart. How to do this?
After ajax request, this partial refresh effect can be achieved in success, personal method (^~^).