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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -