Why is my function not working? [Solved!]
This function is not beign activated. Do you know why? This is just an extract from the code I'm writing! It will be released soon! function start() { $("#text1").html("<p>Don't worry! There is nothing to be scared about as listIt is the easiest way to create To-Do lists whilst also giving you in depth tools to customize your lists to your liking!</p>"); $("#text1").append("<p>ListIt allows you to create an infinite amount of To-Do lists so you will never forget a single thing again! To create a list all you have to do is 3 simple things</p><ol><li>Press on the circle with 3 lines on it.</li><li>Press on the green \'Lists\' button</li><li>Press on the blue \'New List\' button</li></ol><br>") $("#navMenu").hide(); amountOfLists = 0; listName = "Your To-Do list!"; }; start()