Level 10
Do you use Ajax to get the data and then insert it into the page and now you also want to update the URL in the address bar?
i have a page which support both direct load and asyn ajax load
when ever i load page directly its working fine with pagination
http://127.0.0.1:8000/UID/gui454ui4g/Photos?page=2
but whenever i load page via ajax its not working due to link is changed.
http://127.0.0.1:8000/cdPhotos?page=2
cdPhotos is my asyn route.
how i set pagination url mannually force to get href url everytime
Please or to participate in this conversation.