¡@

Home 

2014/10/16 ¤W¤È 12:09:16

jquery Programming Glossary: syntaxhighlighter.all

jquery load issue

http://stackoverflow.com/questions/1370738/jquery-load-issue

content this.id .html contentContainer.effect highlight SyntaxHighlighter.all One of the external pages looks like this pre class brush.. Hello World Display the string. pre now the SyntaxHighlighter.all call in the tree.click function from above should render the.. far . I understand the callback part and I implemented the SyntaxHighlighter.all call in the callback of the load function now but still no luck.....

jquery load issue

http://stackoverflow.com/questions/1370738/jquery-load-issue

selected this .addClass selected content.load content this.id .html contentContainer.effect highlight SyntaxHighlighter.all One of the external pages looks like this pre class brush java The HelloWorldApp class implements an application that.. HelloWorldApp public static void main String args System.out.println Hello World Display the string. pre now the SyntaxHighlighter.all call in the tree.click function from above should render the pre block with pretty syntax highlighting but when loading.. it does work however. Any ideas Thanks for the answers so far . I understand the callback part and I implemented the SyntaxHighlighter.all call in the callback of the load function now but still no luck... I'll append the 2 complete files as they are rather small..