tags:

views:

25

answers:

1

Hello

http://www.learningjquery.com/2007/10/a-plugin-development-pattern

I read this tutorial and there was a talk about secondary functions in a plugin.

How can I use those functions outside the plugin?

A: 

With the example they gave:

var txt = 'Hello world!';
$.hilight.format( txt );
Kerry