Side navigation
#10908 closed bug (invalid)
Opened November 28, 2011 02:52PM UTC
Closed November 28, 2011 09:23PM UTC
Last modified November 28, 2011 09:25PM UTC
makeArray it's duplicate entries!
Reported by: | jonathan.alexey16@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | core | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
If you saw with atention, you will see that print twice "um" in ul list html.
It's not a bug, you're just using it wrong.
jQuery finds the value of the first input it encounters that is a descendant of a
<li>
. In this example, the<li>
s areparent
andchild
. In both<li>
s the input with the value "test" is the first it finds.You should instead do something like this:
http://jsfiddle.net/mofle/D83Kq/2/