kartik-v / bootstrap-star-rating

A simple yet powerful JQuery star rating plugin with fractional rating support.

Home Page:http://plugins.krajee.com/star-rating

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: $(...).rating is not a function

RoRElessar opened this issue · comments

I've installed the plugin via bower and included it into bower.json file: bower install bootstrap-star-rating --save In the view (it's a Rails project) I have this piece of code:

<%= form.text_field :rating,
                            id: :review_rating,
                            class: 'form-item large-6 cell',
                            placeholder: 'Rating*',
                            required: true %>

and in js:

$('#review_rating').rating({
		min: 1,
		max: 5,
		step: 1,
		size: 'sm',
		theme: 'krajee-uni'
	});

Why am I getting the error: Uncaught TypeError: $(...).rating is not a function, if plugin is present in bower.json as a dependency?

Hi @RoRElessar,
I am also getting same error.
Like: Uncaught TypeError: $(...).rating is not a function
how to resolve it??

me too

why please help
Uncaught TypeError: $(...).rating is not a function #193