Append css to facebook iframe by jQuery? -
Append css to facebook iframe by jQuery? -
is there way, append css fb iframe?
i tried way:
jquery(window).load(function(){ var html = jquery(".like_single iframe").contents().find("connect_widget_vertical_center").html(); alert(html); });
and got error in firebug:
permission denied access property 'ownerdocument'
no. since contents of iframe served different domain, don't have permission access or modify contents. security feature enforced browser, called same origin policy.
jquery-ui jquery-selectors
Comments
Post a Comment