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
.docx
.pdf
$(el).find('a[href$=".pdf"]')
jquery
No comments:
Post a Comment