The following jquery ajax call would return approx. 8442 characters in its “html” response. Content exceeding this number would be truncated.
Month: October 2009
Getting next day date in javascript
Here is an useful function to get next day’s date string in javascript. I am going to explain each line of code for those who like to ponder.