I have a defined namespace: Cookies and under it ShowLabels and ShowOptions
I want to be able to call the namespace on page using a jquery val assuming it will either return ShowLabels or ShowOptions IE:
Cookies.$.trim($(this).val())
How can I do this?