Skip to content

Instantly share code, notes, and snippets.

@RootPat
Created May 8, 2018 21:59
Show Gist options
  • Save RootPat/f474b32b67f825f6fa9312b826dcdcd3 to your computer and use it in GitHub Desktop.
Save RootPat/f474b32b67f825f6fa9312b826dcdcd3 to your computer and use it in GitHub Desktop.
$(function () {
$(".newsticker01").jCarouselLite({
vertical: true,
hoverPause: true,
visible: 1,
auto: 6000,
speed: 2000
});
$.featureList($("#tabs li a"), $("#output li"), { start_item: 0 });
});
function Flash_ProductSearch(val, catalogID) {
//Start SEO URL Rewrite modified by SEO Inc 2011/09/06
//location.href = "Catalog.aspx" + "?keyword="+ val+ "&CatalogID="+catalogID+"&IsFlash=Y"; //導至List頁
// alert(val);
// alert(catalogID);
location.href = "/Web/Search/Search.aspx" + "?KeyWord=" + val + "&SpecialGroupID=" + catalogID + "&KeyWordType=2&IsFlash=Y"; //導至List頁
//END SEO URL Rewrite modified by SEO Inc 2011/09/06
}
function Flash_ProductSearch_All(val, catalogID) {
location.href = "/Web/Search/Search.aspx" + "?KeyWord=" + val; //導至List頁
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment