davatron5000 / FitText.js

A jQuery plugin for inflating web type
http://fittextjs.com
6.76k stars 1.39k forks source link

errors in wordpress #49

Closed squaremunkey closed 11 years ago

squaremunkey commented 11 years ago

Hey, I am getting en error in safari TypeError: 'undefined' is not a function (evaluating '$(window).on('resize', resizer)')

I am getting en error in Firefox TypeError: $(...).on is not a function $(window).on('resize', resized);

I am trying to get this to work in wordpress 3.5 using bones theme.

Anyone know why this is happening? Many thanks

davatron5000 commented 11 years ago

Might be your version of jquery? Can you check that for me? The on() method is jquery 1.7+ I think.

On Dec 23, 2012, at 10:56 AM, squaremunkey notifications@github.com wrote:

Hey, I am getting en error in safari TypeError: 'undefined' is not a function (evaluating '$(window).on('resize', resizer)')

I am getting en error in Firefox TypeError: $(...).on is not a function $(window).on('resize', resized);

I am trying to get this to work in wordpress 3.5 using bones theme.

Anyone know why this is happening? Many thanks

\ Reply to this email directly or view it on GitHub.

squaremunkey commented 11 years ago

Yep, i was pulling in another older vers. of jquery. It's working but i am still getting the same error. Thanks for the plugin!

squaremunkey commented 11 years ago

ok that's was the solution thanks