jQuery Plugin: AnchorCheck
I recently needed a jQuery plugin to do checkbox replacement for a client. Unfortunately, the plugins that were available really didn't fit our needs. In this particular instance we were not concerned with being unobtrsive so we didn't need to render out an actual checkbox and the replace it with another tag. Instead, we decided to go with plain old anchor tags.
So I whipped up my very first jQuery plugin to solve the problem. And with the recent announcement that Microsoft will be shipping jQuery with ASP.NET it seemed all the more appropriate. In another post I'm going to go through the steps needed to create a jQuery plugin but for now, here it is.
Download: jQuery.anchorCheck1.3.zip