Hi all,
I have a question: if I create a new Request.HTML (but it works even with a
normal Request), is there anything that I can do to have a Morph used to
replace the content of my divs, instead of plain replace?
I've tried with "$('mydiv').morph({ 'height': '1000px' })" in the onComplete
event and before the request, but this increases the height of my div by
1000px + the replaced content height, i.e.:
if mydiv is (normally) 100px and when the content is replaced it becomes
1000px, using the morph function in the way I described it I create a 2000px
height div :(
Thanks,
Claudio

Reply via email to