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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current jQuery implementation works different.
If you have an XML with next structure:
foo
bar
baz
bar
baz
And you query foo vor this selector: "bar, baz"
PhpQuery will return this list: bar, bar, baz, baz
While jQuery preserves the original element order: bar, baz, bar, baz
Original issue reported on code.google.com by axl.cod...@gmail.com on 5 Sep 2014 at 11:07
The text was updated successfully, but these errors were encountered:
foo
bar
baz
bar
baz
Original issue reported on code.google.com by
axl.cod...@gmail.com
on 5 Sep 2014 at 11:07The text was updated successfully, but these errors were encountered: