Below is the running example for Multiple Pages PDF using JSPDF Plugin. This example includes usage of multiple components of JSPDF plugin like drawing a rectangle for heading, word wrap so that words doesn’t flow over, adding a page on run time, setting font size etc. JS Need to Include (Click To Download) JSPDF Plugin…
Simple Pagination Using JavaScript – Simple Pagination JS Example Code
By
In
Jquery
Simple pagination is a java-script library with which we can achieve pagination to be handled on front end itself. No need to send the request again and again on the server. No need to maintain form fields to send filter data again to the server. Its quite simple as its name is. Plugin is –…
Check User Active Status Using Idle Timer
By
In
Jquery
There are most of the time when there is requirement for setting session timeout when user is idle for sometime. Like there are ajax requests going on for users who are logged in e.g notification call, new messages call. But the user is idle or leaves the browser open for long time so in that…