function partner_details(tab) { $.ajax({ url: "/p_details/" + tab, success: function( data ) { $( "#folder" ).html( data ); } }); }; ####

Partner Details

The partner details function is still in development and is not yet ready to be used.