Permalink
Browse files

Update jquery.dropdown.js

1 parent 09d23f5 commit b81ef15c7088fde384a4324b0161160198df51dc @magikozio magikozio committed Nov 13, 2015
Showing with 3 additions and 1 deletion.
  1. +3 −1 jquery.dropdown.js
View
@@ -247,7 +247,9 @@
$this = $this.find('select');
}
if ($this.is(options.autoinit)) {
- initElement($this);
+ $this.each(function() {
+ initElement($(this));
+ });
}
});
}

0 comments on commit b81ef15

Please sign in to comment.