We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16e0c24 + 089c0d8 commit 50e33bbCopy full SHA for 50e33bb
StarRating.php
@@ -54,7 +54,7 @@ protected function registerAssets()
54
{
55
$view = $this->getView();
56
$clientOptions = Json::encode($this->clientOptions);
57
- $js = '$("div#' . $this->options['id'] . '").raty(' . $clientOptions . ');';
+ $js = 'jQuery("div#' . $this->options['id'] . '").raty(' . $clientOptions . ');';
58
$view->registerJs($js);
59
}
60
0 commit comments