jquery file type selector
Posted
by Adi
on Stack Overflow
See other posts from Stack Overflow
or by Adi
Published on 2010-03-15T17:42:12Z
Indexed on
2010/03/15
17:49 UTC
Read the original article
Hit count: 139
Hi,
What is the correct jQuery syntax to only select certain file types?
e.g.
$("#fragment-1 a[SELECT ONLY ANCHOR TAGS WITH FILE TYPE OF MP3]").hide();
Thanks.
© Stack Overflow or respective owner