Control embedded widgets through jQuery
-
Hi there,
I can set the size of a widget through jQuery command
@
$( "#MyWidget" ).css({width: "320px",height: "147px"})
@MyWidget gets a resizeEvent and I can repaint the widget with the new size.
Is there a way to get events for other commands for animated effects like .slideUp, .fadeIn or .animate?
Thanks in advance
[EDIT: code formatting, please wrap in @-tags, Volker]