LoginSignup
5
6

More than 5 years have passed since last update.

jQuery、ページ遷移

Posted at

jQuery、ページ遷移

■about

jQuery、ページ遷移

■code

JavaScript
$('.btn').on('click', function(){
setTimeout(function(){
    window.location.href = href_val;
}, 500);

■reference

jQueryによるページ遷移 | 私的雑録
http://php.o0o0.jp/article/jquery-location

5
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
6