diff --git a/js/dependent.js b/js/dependent.js
index 872fcea..9ed0a32 100644
--- a/js/dependent.js
+++ b/js/dependent.js
@@ -165,6 +165,7 @@
                 if (Drupal.settings.CTools.dependent[id].num <= len) {
                   // Show if the element if criteria is matched
                   object.show(0);
+                  object.addClass('dependent-options');
                 }
                 else {
                   // Otherwise hide. Use css rather than hide() because hide()
