salvattore
salvattore copied to clipboard
Uncaught TypeError: Cannot read property 'length' of undefined
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 ?
At the same time the responsive JS don't working :(
The problem seems to arise when you have @import url(...) in your stylesheet.
Ok, Thank you so much :)
Some problem here! I don't have @import url(...) in my stylesheet.
Same problem here too! And my css does not have @import url(...).
and the solution is...????
For now is not to use @import
in your stylesheets. It's a bad technique anyway.
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