Skip to content
Features
Business
Explore
Pricing
This repository
Sign in
or
Sign up
Watch
18
Star
182
Fork
87
FezVrasta
/
dropdown.js
Code
Issues
16
Pull requests
3
Projects
0
Pulse
Graphs
Permalink
Browse files
Update jquery.dropdown.js
master
(
#32
)
1 parent
09d23f5
commit
b81ef15c7088fde384a4324b0161160198df51dc
magikozio
committed
Nov 13, 2015
Unified
Split
Showing
1 changed file
with
3 additions
and
1 deletion
.
+3
−1
jquery.dropdown.js
Show comments
View
4
jquery.dropdown.js
@@ -247,7 +247,9 @@
$this
=
$this
.
find
(
'
select
'
);
}
if
(
$this
.
is
(
options
.
autoinit
)) {
-
initElement
($this);
+
$this
.
each
(
function
() {
+
initElement
(
$
(
this
));
+ });
}
});
}
Toggle all file notes
0 comments on commit
b81ef15
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
b81ef15