I know this question has been asked on this site a lot, but I haven't been finding the answers that apply to my needs.
I have a stylesheet that I want to use for this. I want the user to be able to click on the element s/he wishes to change, apply the change, and view the change immediately. The CSS should be updated, but not the web page. When the user is satisfied, the updated CSS file can be downloaded.
This is intended to be used in the browser without the use of an extension or plug-in. The answers I've been finding for this question relate to saving changes to CSS in a text editor and the browser window reflecting changes immediately without a page refresh.
Is what I'm asking possible to do with PHP, AJAX, and jQuery?
Thank you!