dynamic tag count on keyup

Posted by rod on Stack Overflow See other posts from Stack Overflow or by rod
Published on 2010-05-05T15:55:23Z Indexed on 2010/05/05 15:58 UTC
Read the original article Hit count: 173

Filed under:
|

Hi All,

I have a div that contains many spans and each of those spans contains a single href.

Basically it's a tag cloud. I have a textbox with a keyup event that filters the tag cloud div (It actually just hides the tags if not in filter condition).

Is there a way to get a count of the tags shown as the keyup event occurs?

Thanks, rodchar

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript