I have a main page with list data, now i want to click one data and go to another page,how can i pass value to another page ? <a href="#page2" onclick="goinfor('+foot.locusId+')"> function goinfor(id){ ``` $.afui.loadContent('partials/infor.html',false,false,'up-reveal'); } ``` how to do it ? thanks!
I have a main page with list data, now i want to click one data and go to another page,how can i pass value to another page ?
function goinfor(id){
how to do it ? thanks!