$(document).ready(function() {
    
    
    $('.faqPopup').click(function(e){
        $('#faqModalPopup').modal();
    }); 
    
});

