jQuery(document).ready(function($){
$(“div#ipt_fsqm_form_wrap_7”).click(function(){
setTimeout(function(){
var allcostdata = $(“div#ipt_fsqm_form_7_freetype_18 span.ipt_uif_mathematical_span”).html();
$(“#allcostdata”).html(allcostdata);
}, 500);
});
});