kbjr / ExtID

OpenID and OAuth together in one easy-to-use external ID library
Other
6 stars 0 forks source link

Using jQuery in views/auth_test.php #9

Closed kirs closed 13 years ago

kirs commented 13 years ago

ExtJS uses jQuery functions in the sample view file: $('.extid-item.blogger, .extid-item.openid').each(function() {

I suggest you to call the JQuery in the view from Google CDN (for example, from here)

Because without it JS errors happens:

Uncaught ReferenceError: $ is not defined