Hi

I have a listview that is styled with jQuery mobile that is being pulled in 
dynamically via googles API. It has a data-filter true attribute applied 
and that works well.

I have added a dropdown menu above the listview, that ideally, i would like 
the user to select an item and then it filters/searches the listview 
content for that word and refines the list accordingly.

For example, in the dropdown, one of the options is Vet Nurse, I have 
configured the export value as 'VN1'. In the body of some of the listview 
items, the words 'VN1' will appear in the text. When the user selects 'Vet 
Nurse' from the list, i would like it to filter and displays only the items 
that have the words 'VN1'. Like a super charged data-filter, but with 
predefined search words. 

If anybody could give me any guidance, this would be extremely appreciated. 
Thank you very much 

If this helps! I can target the select menu with this 

$(function() {
      $('#filterJobs').change(function() {
           alert('Help');
      });

and it works. The name of the div that contains the list view is called 
#jobsFeed

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Google AJAX APIs" group.
To post to this group, send email to
google-ajax-search-api@googlegroups.com
To unsubscribe from this group, send email to
google-ajax-search-api+unsubscr...@googlegroups.com
To view this message on the web, visit
https://groups.google.com/d/msg/google-ajax-search-api/-/2HTYPyAkcuoJ
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-ajax-search-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to