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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -