[jQuery] Declaring a new jquery variable

[jQuery] Declaring a new jquery variable


How can I declare a new jQuery variable? I want it to be global, but I don't want to use the window
object.
I know, a silly question. There shouldn't be any global variables, I know. But I need this for a
temporary solution to a problem.
I would like to access it like this:
$.myvariable
or
$.myvariables.myvariable
Thank you for your help!!
Kia