jQueryMobile - unable to link to PDF documents

jquery-mobile

Solution

Add data-ajax=false to your link `<a href="your.pdf" data-ajax="false">pdf</a>` Since pdf is not supported on alot of phones you may want to explore something like this http://www.labnol.org/gadgets/ipod/read-pdf-text-email-on-ipod-mobile-phone/1929/

Problem

I'm unable to link to PDF documents on a mobile site using jQueryMobile. The link is opened with the jQueryMobile-effects and displays a page with the text "undefined". Any help is appreciated!

Original source