Does anyone know of a jQuery plugin that has βhelpersβ or extensions similar to those found in the YAHOO.lang namespace ?
I mean features like:
isNull isDefined isString isFunction
I would also appreciate the same for strings and arrays like Contains, StartsWith (I know they are easy to write, I'm just looking for a plugin that covers them all).
This is not in the YAHOO.lang namespace, but also in the form of related extensions defining the value of the radio block (from one verified), the type of the form element in a friendly name.
In particular, a plugin with a smooth API, not a selector, for example
$("input[@type=radio][@checked]")
Again I know that they are easy to implement, but I do not want to reinvent the wheel.
source share