i want to add the transform: scale() property using Javascript.
but for transform prefix not working :
var $square = $('#homepage');
$square.css('zoom', r);
$square.css('-moz-transform', 'scale(' + r + ')');
$square.css( '-o-transform', 'scale(' + r + ')');