jquery mobile - Jquerymobile redirect to previous page -


i have page listview records binded database , button add new record.

when click add button redirect next page.

i create new record , on save again redirecting previous page with.

but list view not showing records after redirecting.

i redirecting this

$.mobile.changepage("../../actuals/material", { transition: "slide", reloadpage: true, reverse: true, data: query });

listview binding data it's not showing.

any help?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -