有这个链接我怎么能只得到 ?ref="THIS" 部分?因为我只想用 jQuery 选择链接的这一部分,然后将其用作变量。这可能吗?我想在加载页面时这样做。所以:
JavaScript:
$(document).ready(function()
GET the variable (var variable = ref="THIS";)
if(cookie != null){
$("#"+variable).show().$.cookie("actual" , variable);
});
html:
<a href="products.php?ref=oscilobatiente&tipo=7001ad></a>