i want to crate style class in java script tags
and class will be like this
#file-ok {
background-image: url(+ json.get('filename') +);
}
actually json.get('filename') will be name of file for background and will return from php file.
is this possible...?