Montie
Montie

Reputation: 19

SlideUp/SlideDown dropdown value

I would like some assistance with JavaScript. I have the following dropdown:

enter image description here

All the fields in the drop down are hard coded values with set ID fields, I would like to know if it would be possible to hide the following row if it is empty?

enter image description here

Depending on the selecting in the dropdown the Name and Customs Code fields gets populated with information from the database, certain selections leaves the name and custom code fields empty. Is there a way where I could hide these fields by using the SlideUp() or SlideDown() method?

I am quite new to JavaScript so any advise will be much appreciated

Upvotes: 0

Views: 56

Answers (0)

Related Questions