JS issues: FAQ dropdowns

3 respuestas [Último envío]
calher

I am a member!

Desconectado/a
se unió: 06/19/2015

I'm having issues reading FAQs on food product websites.  Sometimes, I
can view the source of the page and dig through all the HTML to find
the text that the dropdown is supposed to reveal, but other times it
just says Javascript:void(1) or whatever.

For example, I can't read the nutrition info for Manischewitz
marshmallows:
http://manischewitz.com/product/white-marshmallows/

(I need to know if they use any form of gelatin, like fish gelatin or
the like.)

I also can't read the FAQ on Cambell's site for V8 Juice:
https://www.campbells.com/v8/faqs/

I wanted to see if it was parəv.

Anybody have experiences with this?

chaosmonk

I am a member!

I am a translator!

Desconectado/a
se unió: 07/07/2017

> Javascript:void(1)
...
> Anybody have experiences with this?

Yes, and it's a pain in the ass. There is no good reason to require JS for basic navigation of a site. Sometimes, unclickable (without JS) links actually take you to another page, which while especially pointless at least makes it possible to find the page you're looking for by guessing the URL or using a search engine. With dropdown menus like these you're usually screwed, though. JS and CAPTCHAs are ruining the web.

andyprough
Desconectado/a
se unió: 02/12/2015

I found that if I email the company and ask them for the ingredients of a product, they'll kindly send me the information, plus they usually send valuable coupons I can print and use in the store if I buy the product.

Plus, in your email, mention that they are making it difficult for consumers to access the important information through their heavy-handed use of JS.

aloniv

I am a translator!

Desconectado/a
se unió: 01/11/2011

Sometimes you can find the data you are after by using view-source: before the URL. I found the image posted previously in this thread this way and also these links from the FAQ (more can be found as well):

https://www.campbells.com/v8/vegetable-juice/
https://www.campbells.com/v8/energy/
https://www.campbells.com/v8/v8-fruit-and-vegetable-blends/
https://s3.amazonaws.com/origin.www.cscassets.com/CSCAssets/USGluten/US+Gluten+Free+Products+List_Mar2018+(FINAL).pdf
http://www.whatsinmyfood.com/product/v8-original/
https://www.campbells.com/v8/whats-in-v8/

You can also find questions and answers in the source (e.g. whether the product contains added sugar).