Thanks for the suggestions, but still now luck.  Maybe the get() is not 
compatible with fadeIn()?



-----Original Message-----
From: Tony Bentley [mailto:cascadefreehee...@gmail.com] 
Sent: Thursday, October 21, 2010 2:39 PM
To: cf-talk
Subject: Re: (ot) jQuery


function swapImages(imageName) {
    $.get('/shop/act_getBeautyImage.cfm?beautyImage='+ imageName +
'&width=372&height=465',{},function(data) {
        $("#beautyImage").html(data).fadeIn('slow');
    });
}




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338456
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to