I've gotten so far, that when you type something in the input box and click somewhere else (focusout) the item is added to the list. All the already added items can be clicked, and their class will change. But when I click on an added item, the class stays the same. How can I change this? (I'm sorry my code is so messy, I tried commenting the jQuery to make it easier to read)
Is there such thing as a jQuery undo plugin? I found this, but I couldn't download it. If there is a jQuery plugin out there, could someone please direct me to the jQuery plugin page, and give me brief instruction on how it works? Thanks,
I need to remove the checkbox and label when a checkbox is selected. For example: I check the checkbox "flashlight". --> The checkbox and the text "flashlight" slowly fade away. Can anyone help?
I'm having problems with the jQuery 'if' statement. When the div 'accord3' is hidden, I'd like the class 'linklast' to be added to 'Schools' --> the bottom corners are rounded. When the div 'accord3' is visible, the bottom corners must be square, meaning the class 'linklast' has to be removed. This has to be able to switch back and forth while I toggle the visibility.