Pass in arguments to anonymous function

Pass in arguments to anonymous function


Hi
I want to run a function on completion of an animation
I want to pass in arguments to this function. Is this possible ?
e.g.
$(el).animate(css, speed, function callback(args to pass in) { /* do
stuff */) )
Any one know how to do this ?
cheers
weepy