调用函数时打开页面
我在 PhoneGap 应用程序中从 W3C Web SQL 数据库中选择记录。我创建一个按钮来调用删除数据库中特定记录的函数。 当记录被删除时,“主页”页面必须自动加载并刷新新项目。我该怎么做?
function DeletedRecordSuccesful()
{
alert("record Deleted.");
//open page "home"
}
I select records from W3C Web SQL Database in my phonegap application. I create a button that call a function that delete the specific record in the db.
When the record is deleted, the page "home" has to be automatically load and refresh with the new items. How can I do this?
function DeletedRecordSuccesful()
{
alert("record Deleted.");
//open page "home"
}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下命令更改页面:
或
You can use the followings to change page :
or