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

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -