Um die t3jquery-Lib im Backend einzubinden, kann man einfach in seinem Code folgendes Script verwenden:
if (t3lib_extMgm::isLoaded('t3jquery')) {
require_once(t3lib_extMgm::extPath('t3jquery').'class.tx_t3jquery.php');
$path_to_lib = tx_t3jquery::getJqJSBE();
$script_to_lib = tx_t3jquery::getJqJSBE(true);
}
Views: 138

