Skip to content

:first-child selector doesn't work #5

@domenkozar

Description

@domenkozar

Example on http://howoldis.herokuapp.com/

In Jquery:

$('a:first-child')
<a href=​"/​nixos-13.10">​ nixos-13.10​</a>​

in Haquery:

> Prelude.concatMap (select (Data.Text.pack "a:first-child")) html
[<a href="\\\"?C=N;O=D\\\"">
    Name
</a>,<a href="\\\"?C=M;O=A\\\"">
    Last modified
</a>,<a href="\\\"?C=S;O=A\\\"">
    Size
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions