jQuery: The Write Less, Do More JavaScript Library

cant make it work :(

Project:Star Rating Plugin
Version:2.0.0
Component:Code
Category:support request
Priority:critical
Assigned:zeknoss
Status:active
Description

hello,
firstly i want to thank you for these great jobs!
my issue is about getting it on work.

//$(function(){
// $('#oyla :radio.star').rating();
//});

$(function(){
$('.oyver').rating({
callback: function(value, link){
this.form.submit();
//$(this.form).ajaxSubmit();
}
});
});

" />

Oyla:

this is the code, all the other jquery things works properly. the stars can be seen too but i couldn't make it submit the form.
thank you.

Comments

#1

Component:Documentation» Code

the error shown by firebug is "this.form has no properties"
what is the matter?