I am trying to pass a variable through the URL.
Here is an example URL : http://www.example.com?activeTab=#myProfile
The #myProfile is supposed to be a jQuery selector, but the variable activeTab ends up being equal to nothing. The hashtag ends up cutting off the variable for some reason.
If I were to remove the hashtag, the variable ends up being 'myProfile'. So the issue is certainly the hashtag.
Thanks!