I have 2 vars and need to insert b into a after evry "}" and befor any css classes. How can I do this with jquery or javascript?
var a = "p{font-size:20px}
.tihais {font-weight:bold}";
var b = "#afnay";
var position = after evry "}";
thx