• Limonene@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    9 days ago

    Search is easier to implement without Javascript than with.

    <form method="GET" action="/search">
    <input name="q">
    <input type=submit>
    </form>
    
    • Victor@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      1
      ·
      9 days ago

      Does that little snippet include suggestions, like I mentioned? Of course it’s easier with less functionality.

      • humorlessrepost@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        9 days ago

        Back in my day, we’d take that fully-functional form and do progressive enhancement to add that functionality on top with js. You know, back when we (or the people paying us) gave a fuck.