• Home
  • Django
  • JQuery to toggle icon change with animation

JQuery to toggle icon change with animation

linkaiyi
Follow

Toggle Icon change with animation using JQuery

$('#click_advance').click(function() {
    $('#display_advance').toggle('1000');
    $("i", this).toggleClass("icon-circle-arrow-up icon-circle-arrow-down");
});
Object has 0 attachments

Was this article helpful?

This article is viewed 30 times!

Recent Viewed Articles

0 Comments

Leave a Comment

Support