Starting the plugin
jQuery plugins almost always want you to write some code to initialize the plugin. It’s usually in a form similar to this:
$('.thingy').thePluginName();
It could be much more complicated too. You’ll have to read the documentation, they’re all different.