Can anyone recommend the easiest way to toggle the display of an element remotely? I won't have access to the server so I was wondering if there is a way to remotely toggle the display of an element, in this case from solid to faded? I'm using dashcode and I don't know how cross domain policy impacts this.
$(document).ready(function(hideStuff) {
$('.image2_template').css({ 'opacity' : 0.1 });
$('.text3_template').css({ 'opacity' : 0.1 });