I have stopped updating this site.
Please visit www.ajaxcrawler.com for a bigger collection of AJAX and DHTML samples.
February 23, 2008 — vinodkumarv
If you need a Facebook like TextboxList with AutoComplete feature, then here’s what you are going to need. The solution is implemented using the Prototype javascript library.
Datagrids don’t have to be difficult to use anymore – say hi to Ingrid. Ingrid is an unobtrusive jQuery component that adds datagrid behaviors (column resizing, paging, sorting, row and column styling, and more) to your tables.
The Expander Plugin is a simple little jQuery plugin to hide/collapse a portion of an element’s text and add a “read more” link so that the text can be viewed by the user if he or she wishes. By default, the expanded text is followed by a “re-collapse” link. Expanded text can also be re-collapsed at a specified time.
AJAX based CAPTCHA to determine if the user is a human.
If you are one those wondering what a CAPTCHA means. Here’s an explanation from WIKIPEDIA.
“A CAPTCHA is a type of challenge-response test used in computing to determine whether the user is human. The process involves one computer (a server) asking a user to complete a simple test which the computer is able to generate and grade. Because computers are unable to solve the CAPTCHA, any user entering a correct solution is presumed to be human. A common type of CAPTCHA requires that the user type the letters of a distorted image, sometimes with the addition of an obscured sequence of letters or digits that appears on the screen.”
This implementation checks your links on the current page by requesting them and reading the server response. If the server returns 200 OK the link gets ‘active’ class, if other header – the link marked as inactive. Uses php script as the backend. Read more and download the source from the below link. http://plugins.jquery.com/project/linkchecker