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 -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -