While working in my last CakePHP project i needed a piece of javascript code that should help me in positioning a absolute pop up element near mouse click. I had been using prototype library for javascript stuff so i looked…
Category: Javascript
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.
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.
Random string generation with Javascript
Here is a small but useful function to generate a string with a random number of characters with the help of javascript.