Response title
This is preview!
May be somebody know what causing it and how to make it returning the value inside tbo variable, instead of 'undefined'.
I am trying to set css of an element using variable containing css properties and values generated from some Arrays. But I couldn't pass it into .css({});
function.
Here is my codes:
And this is what I tried to set css to the element :
var ish = vcss; $('.preview').css(ish);
Could someone show me the correct way to do it?
Thanks in advance..
© 2013 jQuery Foundation
Sponsored by and others.