Over the last 4 years, I have developed a slew of small proof-of-concept jQuery/CSS/Random scripts. Feel free to use any of them for any purpose.
-
Meta
Archives
Over the last 4 years, I have developed a slew of small proof-of-concept jQuery/CSS/Random scripts. Feel free to use any of them for any purpose.
Hey Glen! I just found your blog through your comment on the jQuery 1.1 announcement. We miss you on the jQuery mailing list.
I hope that you had a great holiday and are enjoying your new job.
One quick note about the ScrollUp Box Promo: I used a shorthand attribute setter that isn’t supported in jQuery 1.1. So, when you have some time, you might want to change this:
$(this).top('210px');with this:
$(this).attr('top','210px');Cheers!
hello glen, i’m from indonesia. Thank for jquery CookBook. I Love it.
Glad it helps. I haven’t updated it in a while.