[jQuery] Widgetbox variables, problems with $()

[jQuery] Widgetbox variables, problems with $()


I just released a Farbtastic Widget on Widgetbox.com
During the creation of the Widget, the website allows you to specify
parameters. They all look like:
var userlanguage = ${config.userlanguage};
Here is the problem: Because of the $, jQuery doesn't work anymore.
Is there a way to fix it? Their help says:
These parameters are passed via the query string: http://yourwidget.com?param=value
How (besides $()) can I access the parameters?
(The Url to the widget is: http://www.widgetbox.com/widget/farbtastic-widget
)