Javascript Cheat Sheet
How to wild card an jquery id selector:
socialdiv = $("div").filter(function() {
return this.id.match(/dc-social-float/);
});
Jousting Digital Windmills
How to wild card an jquery id selector:
socialdiv = $("div").filter(function() {
return this.id.match(/dc-social-float/);
});