jquery jump to other pages

The first step in the introduction of jquery

<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
 
The second step (and most critical step)
$ (Location) .attr ( 'href', '1.html') // where needed jump into

Guess you like

Origin www.cnblogs.com/mcll/p/11840265.html