Expander plugin question

Expander plugin question

HI, I want to use the jquery expander plugin on a div with multiple paragraphs <p> in side it.  This works fine by simply omitting the p selector after specifying the div class as follows:
  1. $('div.expandable').expander({
However this also breaks the fadIn functionality that only seems to work when the p selector is used.  If I include the p selector then the plugin looks at each paragraph separately, truncating each one according to the slicePoint - so no use to me! 

Anyone have any suggestions?