<script type=
"text/javascript"
>
$(
'#btnTest'
).click(
function
() {
$(window.location).attr(
'href'
,
'http://jianfengstudio.com'
);
});
</script>