basename(__FILE__, '.php'), '__JS__' => $elements[1], '__JSPRE__' => htmlspecialchars($elements[1]), '__HTML__' => $elements[2], '__HTMLPRE__' => htmlspecialchars($elements[2]), ) ); __halt_compiler(); ========== $(function(){ var cron = $('.example5') .jqCron() .jqCronGetInstance(); $('.a5-enable').click(function(e){ cron.enable(); e.preventDefault(); }); $('.a5-disable').click(function(e){ cron.disable(); e.preventDefault(); }); $('.a5-toggle').click(function(e){ if(cron.isDisabled()) cron.enable(); else cron.disable(); e.preventDefault(); }); }); ==========