Hi,
I am designing a search results page in which i am using jqxTabs to show results from various data sources.
In the search results I am showing 3 Things a {link, description & source}. Triplet of these 3 things.
Now here is my real problem I want to implement filters for the search results for which i am using a jqxListbox with the name of the datasources which can be checked and unchecked.
I want that when i check a particular data source in the listbox my search results should be filtered according to the source value.
Can anyone suggest me a way to implement this filter.
EX:-
—————————————————————————————
| Tab1 | Tab2 |
—————————————————————————————
Results:-
==============
JqxListbox |
==============
source1 |
|
source2 |
|
————–
source:- source1
switches are the devices…..
source:- source2
cisco switches are the…….
source:- source1
networking switches are the…….
————————————————————————————-
When i check “source1” in the listbox then i want only the search results which have source= source1 to be only displayed.
Can anyone please help me out on this.
I know its a bit different problem but i want to implement it this way.
Please help me out.
Thanks in advance.