Jquery Text Highlight plugin for Yii framework allows you to get your tags/keywords highlighted.
Yii 1.0 or above
Copy all files to your extensions directory.
$this->widget('application.plugins.jQueryHighlight.DJqueryHighlight', array( 'selector' => 'body', 'words' => array('higlighting', 'JavaScript', 'jQuery') ));
selector: only highlight the selector content.
words: words to highlight
Be the first person to leave a comment
Please login to leave your comment.