/ Published in: JavaScript
URL: http://getsatisfaction.com/slidedeck/topics/display_problem-119iwq
Highly specific code to hack-patch an issue with the FEE WordPress Plugin
Expand |
Embed | Plain Text
jQuery(document).ready(function(){ jQuery('.slidedeck dt').each(function(){ this.innerHTML = this.innerHTML.replace(/<(.*)>(.*)<(.*)>/,'$2'); }); });
You need to login to post a comment.
