Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Using multiple selectors return element list in wrong order #241

Open
@GoogleCodeExporter

Description

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /