jQuery Strings adds new methods to the jQuery core that lets developers easily perform various checks on strings.The types of actions supported are:- check if string is null or empty- check if string is a boolean value (0 or 1, true or false)- check if a...

jQuery MultiGetScript reads a simple array and loads all the JS assets found at those URLs.The plugin also supports caching downloaded resources, so whenever possible local copies will be used instead of issuing a new HTTP request for the same files over...