jQuery.ajax({ url: "http://www.partstown.com/is-bin/INTERSHOP.enfinity/WFS/Reedy-PartsTown-Site/en_US/-/USD/ViewEasyAskSearch-GetAttributesByAjax?CategoryPath=&Question=Manufacturer%3D%27WINSTON%27&Action=CA_AttributeSelected", success: function(responce){ jQuery("#easyask_attribute_anhor").hide(); jQuery("#easyask_attribute_left").html(responce); jQuery("#easyask_category_left").show(); jQuery("#easyask_attribute_left").fadeIn("slow"); } });