[jQuery] How to access a jQuery object instance?
Hello there,
I would like to know how i can access properties of a jQuery object
instance.
I have the following javascript: http://paste.pocoo.org/show/U9Gsy68MKP9LvvAvqGI6/
I would like to access the instance from my HTML file and pass value's
<script type="text/javascript">
jObject.sValue = "a value :)";
</script>
How can I do this?
The way jQuery is written confuses me a little (just started using it)