As yall have probably surmised by now, I have no idea what Im talking about half the time. So here goes ...
Im ...trying... to return a PDF stream from an ajax call. I have a stand alone program that runs the same code and produces a correct pdf ...
Im trying to get it to display in the browser(chrome) . How do I tell the browser that the data in the response is base64 from the ajax call. I understand about the contexttype and all but it's displaying gibberish. Or crashing chrome.
I have a click event Im trying to get to fire. I have the click function in the document ready.
The click should activate on a button class assignment click. But, the class is not created until a drop down change event is fired. I think it's(class button assignment) not firing because the class is not ready/created at document ready.
How can I tie my click event to the dropdown change event?
Ive designated a class to the TR elements of "widgets" that Im trying to drag, but cant get the draggable to work, How do I use the selector in my drag statement.
Has anyone ever done any work with ajax to a pop3 server?
I cant find anything related. Im hoping to develop a helpdesk ticket system. Im looking to download header info and create a screen with email info ...