Вопрос

Is it possible to store database on local by using TAFFY()?

An how to use wild card query on TAFFY()

Это было полезно?

Решение

use db.store() to store in local. eg:

var contact = TAFFY();
contact.store("contact");
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top