Monthly Archives: June 2012

Archive

Limitation on the number of characters in jquery ajax response

The following jquery ajax call would return approx. 8442 characters in its “html” response. Content exceeding this number would be truncated. Continue reading

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.
Continue reading