-
jQuery – Prevent Multiple AJAX Requests
Many times we do not want to take any other requests of the same type while one is still in progress. A normal post request looks something like: Suppose, if we call the function using a link, <a href=”javascript:doSignup()”>Signup</a> Someone does repeated clicks and an enormous amount of requests will be off their way to…
-
Add a WordPress-like Read More link to your content
Today I am going to show you how to write your own function which shows teaser text with a “Read more” link.