Calling javascript function with different parameters, depending on which page I'm on
Hey there! I'm trying to get to learn som javascript/jQuery stuff, and I'm really struggling with this one. It's basically a question of structure – how to do things in the best possible way. I've got this function that randomly picks out a list item from one of three unordered lists (where all list items have been hidden), and shows i...