i have followed the tuto : http://www.chronoengine.com/faqs/58-cfv4/cfv4-elements-and-html/3224-how-can-i-use-star-ratings-in-my-form.html
i want to have radio buttons with stars rating
so , it loads the script, it loads mootools too, but it does not work
on firebug i have this error :
TypeError: $(...) is null
tip.inject($(radio+'_container_div').getChildren('div')[0]);
the code concerned in javascript file is :
tip.inject($(radio+'_container_div').getChildren('div')[0]);
has anybody already have this problem?
Thanks
i want to have radio buttons with stars rating
so , it loads the script, it loads mootools too, but it does not work
on firebug i have this error :
TypeError: $(...) is null
tip.inject($(radio+'_container_div').getChildren('div')[0]);
the code concerned in javascript file is :
tip.inject($(radio+'_container_div').getChildren('div')[0]);
has anybody already have this problem?
Thanks