Jump to content

Tim Jordan

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Tim Jordan

  1. Thank you! not sure why that worked, but i pasted it below my list like you have it and now it works
  2. Hi everyone, I've been trying to look into getting a function to run whenever a page loads instead of having it happen on button click. To be more specific, I have an unordered list that I wanted sorted Alphabetically when it is loaded so there doesn't have to be a sort button on the top of the page. The page is an article inside of a main page and inside that article section is where the list is contained. I have tried the script from here: https://www.w3schools.com/howto/howto_js_sort_list.asp and it works when i have a button and click, but when I try to get it to run automatically it doesn't work. I have tried: just simply replacing the button line with <script>sortlist()</script> both above and below the list code using onload with inside the article element and ul elements to get it to execute Please let me know how this would be possible.
  3. Hi, I was able to implement this clickable dropdown once into my page: https://www.w3schools.com/howto/howto_js_dropdown.asp However, when trying to add it to a second page it doesn't seem to work. For background my page is 1 html file that is divided into article sections. In 1 section I was able to put this in and have it work for that articles page. However, when doing it for another article section although the button shows up, its clickable functions don't work. I click but nothing happens. I copied and pasted the code from the other article section there and changed the options to reference the things on the page i wanted them to jump to, so it is still calling the proper script and using the same css styling, but it doesn't drop down and show me the options. Also if I comment out the other article section's dropdown, then the 2nd page works, but otherwise it does not. Could someone please point out what I am missing and why it works on the one page still but not the other.
×
×
  • Create New...