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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -