[jQuery] jquery simple star rating plug-in broken?

[jQuery] jquery simple star rating plug-in broken?

Hi, i'm trying to add wil stuckey's jquery simple star rating plug-in to my forms, but i'm confronted with an error.
it says: <span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened">"$form.title is not a function" in file
jquery.rating.js starting line 125:
</span><span class="sourceRowText"> var $container = $(document.createElement('div')).attr({</span><div class="sourceRow"><span class="sourceRowText">"title": $form.title(),
</span></div><div class="sourceRow"><span class="sourceRowText">"class": $form.attr('class')</span></div><span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch opened">
i'm using jquery
1.1.2
my form looks like this:
<form class="rating" title="Average Rating: 3.4" action="addcomment.php">
...some form elemets...
    <label for="r1" class="avg">Rate Me!</label>
    <select id="r1">
        <option value="0">0</option>
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
    </select>
</form>
Any  ideas?
</span>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/