Posts Tagged ‘snippets’
18.07
On blogs/website that share some snippets of code usually use <pre> tag to wrap the code so that the spacing/indenting is maintained and long lines do not wrap. But now here is another solution from Digging into WordPress which using javascript to expand the code box automatically when mouse over.
Using jQuery javascript framework, the code [...]




