本文介绍了使用IndexedDB迭代和过滤HTML5中的HTML选择值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我是DotNet开发人员并且我是 HTML5 IndexedDB 概念的新手,我在处理 IndexedDB 时遇到了一些问题。我的任务是创建用于存储数据的数据库,我做了它。但我的问题是,在我的appln中,我有几个组合框,基于一个组合框的选择,我想过滤另一个组合框中的记录,我可以加载所有db数据的组合框,但我无法迭代并根据组合框值对其进行过滤。请指导我过滤数据...



提前致谢,

Manikandan K

解决方案

Hi I am a DotNet Developer and I'm new to HTML5 IndexedDB concepts, I have several issues while working on IndexedDB. My task is to create db's for storing datas, which I did it. But my problem is, In my appln, I have several comboboxes, based on the selection of one combobox, I want to filter the records present in another combobox, I can load the combobox with all the db datas, but I cannot iterate through and filter it based on the combobox values. Pls guide me to filter the datas...

Thanks in advance,
Manikandan K

解决方案

这篇关于使用IndexedDB迭代和过滤HTML5中的HTML选择值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 12:20