Hello everyone,
I'm a stackoverflow n00b, but I believe it's an invaluable resource, and really has been so far to my deving on different projects.
Anyway, I have seen users write inline code.
In other words, they are in a comment or something like that, and they want to write some code such as $(document).ready(function(){});
Except, instead of having appear as plain text, it appears like this:
$(document).ready(function(){});
Except, inline.
Anyone want to inform me as to how I can get this to work?! :)
Thanks!