News Archive

Latest News

Meeting of minds: Developing the adviser/solicitor relationship - Ian Muirhead, SIFA

  February 27, 2015

Read more >

A golden age for advice, by Ken Davy, SimplyBiz Group Chairman

  February 27, 2015

Read more >

Getting it right: What to include in a compliant client file (part two) - Compliance First

  February 25, 2015

Read more >

SimplyBiz Group announces dedicated protection events

  February 17, 2015

Read more >

Web discoveries

'); } else { //alert('here'); //alert('this record already exists'); } }); $('a.watchVideo').on('click', function(e){ //checkforMedia(); e.preventDefault(); //alert('hello there'); //var url = $(this).attr('href'); var url = $(this).attr('data-remote'); var txtSummary = $(this).attr('data-summary'); // Variables for iFrame code. Width and height from data attributes, else use default. var vidWidth = 512; // default var vidHeight = 295; // default if ( $(this).attr('data-width') ) { vidWidth = parseInt($(this).attr('data-width')); } if ( $(this).attr('data-height') ) { vidHeight = parseInt($(this).attr('data-height')); } var iFrameCode = ''; $(".modal-body").html(iFrameCode); //$(".modal-body").html(''); $(".modal-header").html(" 

"+$(this).attr('data-title')+"

"); $(".modal-footer").html(txtSummary); $('#mediaModal').modal('toggle').on('hide', function () { //$(this).removeData('modal'); //alert("tester"); $(this).remove(); // $(this).dialog('destroy').remove() //parent.frames['frameName']. }); //data-dismiss='modal' }); $('#mediaModal').on('hidden.bs.modal', function () { $('#mediaModal .modal-body').html(''); });