Im trying get datepicker to use a mindate from another field.
How can I set up the mindate when a user selects a date from another field and then I get the xx/01/20xx as the mindate of the field Im trying to get datepicker to use.Example
First date 08/13/2013
Second Date would have the datepicker mindate start at 08/01/2013
Im trying to reset("selectedItem",0) on a dropbox that has had a "selected" attribute assigned to it.When I try to do the "selectedItem,0" property it does not reset the box.
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?