Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
I think you're looking for the resizestop event, which is triggered at the end of a resize operation. You can tap into the event like this on initialization of the resizable object:
i've tried the first option and for some reason it just never called that event. what does the user need to do so the event will be called? – Ido_fFeb 4 '11 at 9:41
@Ido_f: After the user releases the mouse, the event will be triggered. I can set up a simple example if that'll help. – Andrew WhitakerFeb 4 '11 at 13:52