Advertisement
Hadi1989

Untitled

Aug 17th, 2022
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript">
  2.  
  3. $(document).ready(function(){
  4.  
  5.     $('.icon').click(function(){
  6.  
  7.         $('.icon').toggleClass('active');
  8.  
  9.     })
  10.  
  11. })
  12.  
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement