Adding jQuery to a C Program
Hello.
I am developing a C program which produces a HTML file, which is then dynamically displayed. I have added CSS style-sheets by including a function which prints the lines of the CSS file into the header of the C program.
I have tried to add jQuery in the same way, but there is a small section of code with lots of \ characters, which in C programming is an escape character - does anyone know how I can add the jQuery code in this fashion?
Any questions just ask.