Menu

#113 selector not work exactly like jquery

closed
None
2019-01-08
2012-08-04
morteza
No

this selectors not work exactly like jquery:
1- div.Content ~ div
2- div.Content + div
3- #div1 > div
and ....

Discussion

  • John Schlick

    John Schlick - 2012-12-30

    Personally, I do not like these dot syntax selector styles, and they were implemented before me. In fact, I am not sure exactly what the syntax you provided is supposed to do.

    Please explain each one so that I can tell you how to accomplish it using the other methoids that simple_html_dom has available to you.

    John.

     
  • LogMANOriginal

    LogMANOriginal - 2019-01-08

    Support for all standard selectors was added via [d6f2fb] (see commit log for more details).

     

    Related

    Commit: [d6f2fb]

  • LogMANOriginal

    LogMANOriginal - 2019-01-08
    • status: open --> closed
    • assigned_to: LogMANOriginal
     

Log in to post a comment.

Auth0 Logo