i want to add css to head tag and it should reflect the page like i have text box on my page when user add background image url in this text box on keyup css is created in head tag for body background. css for body tag is successfully added in the start of head tag but no affect on page background :(.
question is can i add css at the end of head tag ? it will change my body background ?
i am doing this using jquery, Please help