$.getScript with url hash
I'm using Weinre for debugging my jQM app. I'm trying to load the Weinre's script with .getScript() but it's not working since it's removing the hash part of the URL:
As result, I can't get my debugger env to work. Why getScript is not respecting the entire URL and how can I solve this? Thanks.
PS: I need to load dinamically, not from "<script src..." (this way works good).