Changes 5/22/14
jQuery:
- I kind of gave up on the thing which will add something at the pointer when you click, because it was really finnicky and glitched out a lot
- Now I am trying to have elements fade in and out at random locations on a loop, which works, but I can not remove the elements at the end, which causes the page to eventually have an infinite number of elements
- The main problem I'm having is an inability to distinguish between different elements of the same class. For example, I want to remove a specific element of the "mlg" class 800ms after creation, but the only thing I can do is $(".mlg").remove(), which will remove all elements. I need some sort of data binding scheme in order to get this stuff to work.
No comments:
Post a Comment