facebook - Selecting non-standard tag with jQuery -
is there way use jquery select <fb:like href="stackoverflow.com"></fb:like>
tag?
you can escape :
in selector, this:
$("fb\\:like")
you can test out here. though...i can't guarantee work in every browser.
Comments
Post a Comment