nashio / star-rating-svg

A star rating jQuery plugin that uses SVG for easier customization
http://nashio.github.io/star-rating-svg/demo
MIT License
355 stars 156 forks source link

Doesn't work in Microsoft Edge #21

Closed nanhapy closed 7 years ago

nanhapy commented 7 years ago

screen shot

nashio commented 7 years ago

@nanhapy what version of Microsoft Edge are you using? I'm testing with 38.14

screenshot -> http://d.pr/i/vnOG

nanhapy commented 7 years ago

That's really wired. i'm using Microsoft Edge 38.14393.1066.0.

nashio commented 7 years ago

Do you see any errors in the console?

nanhapy commented 7 years ago

Yeah! I got some errors:

SCRIPT5009: '$' is undefined
demo (193,1)
SCRIPT5009: 'jQuery' is undefined
jquery.star-rating-svg.js (10,3)
nashio commented 7 years ago

Gotcha, so make sure jQuery is loaded before this plugin

nanhapy commented 7 years ago

jquery is not loaded. screenshot

nashio commented 7 years ago

Refer to the usage part https://github.com/nashio/star-rating-svg so you load jQuery before the plugin