Skip to content

Instantly share code, notes, and snippets.

@fellowgeek
Created October 26, 2015 20:16
Show Gist options
  • Save fellowgeek/c0a51e7d8f6848e04dda to your computer and use it in GitHub Desktop.
Save fellowgeek/c0a51e7d8f6848e04dda to your computer and use it in GitHub Desktop.
$('.btn-landscape').click(function(){
if( $(this).find('i').hasClass('fa-check') ){ $(this).find('i').removeClass('fa-check'); } else { $(this).find('i').addClass('fa-check'); }
$.ajax({url:'/w/images/wimages/landscape/?oimage_id='+$(this).attr('data-oimage-id')});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment