darcyclarke / Repo.js

:page_facing_up: A plugin to embed Github repos on your site
MIT License
911 stars 82 forks source link

Uncaught TypeError: Object [object Object] has no method 'on' #3

Closed eedeebee closed 12 years ago

eedeebee commented 12 years ago

When embedding this script in my page, I'm seeing an error on line 176

          // Bind to page links
            _this.container.on('click', 'a', function(e){

Can't tell if this is my fault or not - perhaps it's a loading issue. Any thoughts as to what might trigger that?

darcyclarke commented 12 years ago

What version of jQuery are you using? It should be 1.7+ to utilize the .on() API method.

eedeebee commented 12 years ago

Yah, my bad, I didn't catch the version dependency. Thanks! Works fine in 1.7.2

darcyclarke commented 12 years ago

Hot sauce