cant make it work :(
March 18, 2008 - 6:43am — zeknoss
| Project: | Star Rating Plugin |
| Version: | 2.0.0 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | zeknoss |
| Status: | active |
Jump to:
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
the error shown by firebug is "this.form has no properties"
what is the matter?