How to persist data received from ajax call.. I m getting respose from ajax i bind that in one page but if i navigate to another page i m not getting page to which i bind respose dynamically

JS CODE

Here i am trying to bind ajax response to div id banner.

HTML CODE
html

im getting as expected
output

But when i click any of above banner i m navigating to proper page. But if im trying to go home page it is showing blank

so can anyone suggest solution???
Thanks in advance…