Hi everyone, I've been looking at the Safari css animation effects and more specifically this example involving box shadow: http://www.zurb.com/playground/radioactive-buttons And I was wondering if I could do the same using jquery. It seems like it'd be pretty simple so I started searching to see if anyone else tried it, but to my dismay no one did. I was wondering if anyone tried animating this before? I'm going to attempt to apply the color animations in jquery ui to that element, but I just wanted to make sure I'm not wasting my time when someone already did a better implementation. --
Hi there I am having trouble using javascript on contact that was pulled in using Ajax. I assume this is because the javascript already loaded when the page loaded that any new content won't be affected by it. Am I wrong on this? Is there a way to use javascript on the new Ajax loaded content? Thanks
Hello there. I'm trying to create a function for a website that is similar to a hidden from view notification from Gmail. In Gmail when you are reading a long email conversation, it pops up a small tab with a name and an arrow to indicate there is more to read but it's hidden from view. I would like to know if there's a way to duplicate that using jQuery?