HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Search results

  1. B

    Sorting by a column

    I am trying to sort a user entered table in HTML. It sorts fine on default values. However, it doesn't sort if I change values in the input table while testing. I tried different permutations of parseFloat and innerHTML but none of it worked. I am sure I am missing something basic but I have...
  2. B

    Sorting an input table in HTML

    I am trying to sort a user entered table in HTML. It sorts fine on default values if this line is commented. /*document.getElementById("x").innerHTML = x.toLocaleString('en');*/ However, it doesn't sort if I change values in the input table while testing. I tried different permutations of...
Back
Top