Hi all,
I am currently using JQuery to perform a single task: animation of width on a div. I really hate to be loading in the entire JQuery library for this single task and was wondering if anyone knew how to do a standalone function like:
div.animate('56');
Where 56 is the percentage of the width I'd like the div to animate to. If anyone has any advice or ideas, I'd really appreciate it!
Ben