can anybody tell me a working jquery pdf viewer plugin(open source)?
daniel36 -7 Light Poster
Recommended Answers
Jump to Post$(".layout tr").click(function() { var url = "http://" + $(location).attr('host'); url += "/pdfs/" + $(this).attr('data-href') + ".pdf"; window.open( url, '_blank' // <- This is what makes it open in a new window. ); });
All 5 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
daniel36 -7 Light Poster
JorgeM 958 Problem Solver Team Colleague Featured Poster
JAZ013 0 Newbie Poster
gogs85 0 Junior Poster in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.