I wanted to append the head of a doc with some styles but I didn’t want any line breaks. So I used this function: That way I could edit with line breaks but send it through the jQuery append without. I originally used the php here_document variable type (<<<eof … EOF;) But I think the […]
↧