salvattore icon indicating copy to clipboard operation
salvattore copied to clipboard

Uncaught TypeError: Cannot read property 'length' of undefined

Open abouolia opened this issue 11 years ago • 8 comments

Uncaught TypeError: Cannot read property 'length' of undefined
i have problem with property 'length', despite all make sure that it is okay, what's the solution ?

abouolia avatar Dec 16 '13 22:12 abouolia

At the same time the responsive JS don't working :(

abouolia avatar Dec 16 '13 22:12 abouolia

The problem seems to arise when you have @import url(...) in your stylesheet.

yoyek avatar Dec 19 '13 14:12 yoyek

Ok, Thank you so much :)

abouolia avatar Dec 19 '13 22:12 abouolia

Some problem here! I don't have @import url(...) in my stylesheet.

ottigerb avatar Dec 23 '13 20:12 ottigerb

Same problem here too! And my css does not have @import url(...).

felicioandre avatar Dec 26 '13 13:12 felicioandre

and the solution is...????

rudighert avatar Mar 12 '14 18:03 rudighert

For now is not to use @import in your stylesheets. It's a bad technique anyway.

rnmp avatar Mar 12 '14 19:03 rnmp

My problem was that I was using creating multiple grids on the same page.

The first grid loaded fine but then it removes the content css property from all the grids which causes the error when it tries to initialize the second grid

I decided to abandon using this script altogether but hopefully this info will help you

Harvinator avatar Sep 03 '14 11:09 Harvinator