Tuesday, 15 March 2011

Find PDF file with Jquery -



Find PDF file with Jquery -

i want find pdf files jquery. did docx files code:

$(el).find('a[href$=".docx"]')

how can pdf files?

just replace .docx .pdf

$(el).find('a[href$=".pdf"]')

jquery

No comments:

Post a Comment