addToJQuery() публичный статический Метод

Add javascript source code to the output
public static addToJQuery ( string $tag = "" )
$tag string
/**
 * Add javascript source code to the output
 *
 * @param string $tag
 */
function add_to_jquery($tag = "")
{
    OutputHandler::addToJQuery($tag);
}