Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
List.js を使用してページネーションを作成しています。更新後に状態のページ番号を保存する方法。ページ番号 3 の場合は、ページ番号 3 のまま更新します。 http://listjs.com
listPagination.js には
e.bind(a,"click",function(){ }
最初にこの関数内に書く必要があります
e.bind(a,"click",function(){ $(this).find('a').html() }
これで、これを必要な場所に保存した後、ページがアクティブになり、このページでアクティブなクラスを適用できます!
これがあなたを助けることを願っています:)