jquery-flickr icon indicating copy to clipboard operation
jquery-flickr copied to clipboard

flickr tags

Open djsmith opened this issue 13 years ago • 1 comments

Added tagSelect method that fetches tags used on the photos and turns it into a select list. The select list can then be used to filter the photos returned from a photoSearch method call.

  • Example included in examples.html

djsmith avatar May 24 '11 14:05 djsmith

Cool addition, djsmith! Any ideas how to add an option where the size of multiple select list is equal to the number of fetched tags (so all tags are visible at once), possibly when multiple: true option is set and size is left undefined? Would be also good to populate list with human readable "raw" tags rather than clean versions without spaces, I think.

fallenartist avatar Mar 24 '13 17:03 fallenartist