open pdf using jquery mobile
问题 How to open a PDF using jQuery mobile. I'm using worklight 6.o and the adapter returns the content of PDF, var content = 'some PDF content' -- which i will get from the apadapter contentType = 'PDF' -- which i will get from the adapter. I have content and contentType, based on this, I need to open the PDF, if the contentType is PDF or word,if the contentType is msword. function onSuccessDownloadAdapter (results) { try { if(results.invocationResult.isSuccessful){ if(results.invocationResult