// you can override default options globally, so they apply to every .expander() call
$.expander.defaults.slicePoint = 240;

$(document).ready(function() {
  // simple example, using all default options unless overridden globally
  $('div.expandable p').expander();

  // *** OR ***


});
