config.php 595 B

123456789101112131415161718192021
  1. <?PHP
  2. $shell['title1'] = "jQuery throttle / debounce";
  3. $shell['link1'] = "http://benalman.com/projects/jquery-throttle-debounce-plugin/";
  4. ob_start();
  5. ?>
  6. <a href="http://benalman.com/projects/jquery-throttle-debounce-plugin/">Project Home</a>,
  7. <a href="http://benalman.com/code/projects/jquery-throttle-debounce/docs/">Documentation</a>,
  8. <a href="http://github.com/cowboy/jquery-throttle-debounce/">Source</a>
  9. <?
  10. $shell['h3'] = ob_get_contents();
  11. ob_end_clean();
  12. $shell['jquery'] = 'jquery-1.4.2.js';
  13. //$shell['jquery'] = 'jquery-1.3.2.js';
  14. $shell['shBrush'] = array( 'JScript' );
  15. ?>