-
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…
-
Customized jQuery UI Autocomplete Widget: List Items with description
jQuery has made DOM parsing & manipulation easy for every developer out there. jQuery has provided a range of rich set of UI controls. My focus will be on how to customize the jQuery UI Autocomplete (version 1.8.15) widget item list according to our needs. Our requirement for the customized item list were: Each Drop-down…
-
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.
-
Hello to the World!
A warm Hello to the World!!