Hello jQuery folks, I am working on using Wil Stuckey's Star Rating plugin. I am trying to load the initial values using $.getJSON. Can someone let me know why the following does not work?
$.getJSON("get_all_values.cfm", function(jsonval){
$('#ratingform1').attr("title","Average Rating: " + jsonval.ravg1);
});
For those familiar with the plugin, how did you pre-load the star values.
Btw, I wanted to keep the calling page as a simple html page.
Thanks in advance, everyone.
Michael

