[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
javascript help
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 11
Thread images: 2
Is there a syntax error in this?
Console says:
Uncaught TypeError: Cannot set property 'textTransform' of undefined
>>
>>52477656
>javascript

found your problem
>>
>>52477656

it's text-transform
>>
body.style
doesn't exist
>>
>>52477656
getElementsByClassname returns an array (even if it's one item). The undefined is from the style. So it should be fixed if do you do a for loop over body.
>>
>>52477656
classNames will give you an array of elements matching that class name. You need to either specify which item in the arry you want or use document.querySelector('.dicks')

or use more jquery
>>
>>52477656
No. It says it's a TypeError, not a SyntaxError.
Read.
>>
>>52477984
Or just access the first element: body[0].style
>>
>>52477984
>>52478010
props for not telling him to use that mega-hipster-faggot
[].forEach.call
hack
>>
File: 1405686106916.jpg (103 KB, 531x471) Image search: [Google]
1405686106916.jpg
103 KB, 531x471
>>52479139
>mfw I this hack is in an example in the W3C ShadowDOM working draft
https://www.w3.org/TR/shadow-dom/
>>
>>52477656
>JavaScript syntax: object.style.textTransform="uppercase"
so
document.body.style.textTransform="uppercase"

You're welcome, nigger
Thread replies: 11
Thread images: 2

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.