I was working on a JQuery mobile project and was wondering why I keep on getting a fatal database error. Come to find out that I forgot my favorite browser does not support "WebSQL" at the moment so this is my suggestion.
WebSQL is a dead specification. You should use a framework that supports WebStorage or IndexedDB.
never-displayed