Project

General

Profile

1
$(function() {
2
    $('[name="pm"]').on('ifChecked',function() {
3
        var $this = $(this);
4
        $('.js-pm_info').not($this).slideUp('fast');
5
        $('.' + $this.attr('id')).slideDown('fast');
6
    })
7
});
(17-17/114)