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
Hey, nice work. I like this project more than HtmlAgilityPack, I am still scarred by xPath.
I was using latest CsQuery, and tried to use query which is a long of the lines:
dom["input[type=email]:nth(2)"] which blew up, but is supported by jQuery. I ended up going with dom["input[type=email]"][1], which works, but would be cool to have first syntax aswell.
The text was updated successfully, but these errors were encountered:
Hey, nice work. I like this project more than HtmlAgilityPack, I am still scarred by xPath.
I was using latest CsQuery, and tried to use query which is a long of the lines:
dom["input[type=email]:nth(2)"] which blew up, but is supported by jQuery. I ended up going with dom["input[type=email]"][1], which works, but would be cool to have first syntax aswell.
The text was updated successfully, but these errors were encountered: