When the resizable object is resized manually, the 'resize' function is
called (which appends 'r' to the output for the purposes of testing). In
addition, the 'alsoResize' element is resized (the green box within the
window).
The demo also features a link to resize the object. It uses CSS for the moment, then manually triggers the 'resize' event for that object (.trigger('resize')). However, the 'alsoResize' element is not resized and no text is appended.
I need a solution so that when the link is clicked, it mimics the user manually resizing the object.