If I try to use jQuery in coderunner I am seeing undefined errors, I'm trying to reference it 3 ways:
jQuery('blah')
x$('blah')
$('blah')
$ is aliased to getElementById, not jquery
Secondly, is it possible to use jQuery in an open social application? At that point would you simply reference it the usual way, using either jQuery or x$ ?
Thnks
Tags:
Share