Hi I am new to javascript and was wondering if someone could help me with a pretty basic idea.
What I want to create is a list of items, with a button at the top, and when you click the button, you get a prompt, and if you type in an item that is matchable on the list, then that item on the list will be striked out.
And so you could have a list of 50 items and each time you enter a valid item into the prompt it will cross the corresponding item out on the list.
So for example if you had a list of girls you wanted to kiss before you die you could make a list of all their names and then as you accomplish each goal you could push the button and type their name in the prompt, and the script would strike their name out on the list.
Oh wow you didn't just help you wrote up the code for me!
Thank you vwphillips, I'm sorry to come in here asking for help with such basic stuff, but I read over a crapload of javascript tutorial first and learned some of what I needed but hit a wall and was looking for someone to send me in the right direction again.
But you went above and beyond and just did the code for me. I really appreciate it. By the way if you are curious, I am going to use the code for a little personal project I am working on, when I am done it will have about 500 items in non-alphabetical order in 5 different columns and that little tool you gave me will allow me to rapidly and repeatedly mark individual items off the list with ease without needing to manually search through the hundreds of items.
I will PM the finished product here so you can see what I used your tool to do
Bookmarks