Hello everyone. I am using a piece of code to open a small pop-up bubble when a link is clicked on. Everything works great except the piece of code needed to make it work is displayed on the page. I am not sure how to hide this.
<div class="jq-codeDemo jq-clearfix">
<pre><code>$("p.neat").addClass("ohmy").show("slow");</code></pre><a href="http://docs.jquery.com/Tutorials" class="jq-runCode">
link text</a>
......etc.
Thanks for any help!


Reply With Quote
Bookmarks