I simply call $.getSCript(location.href)
and it gets the script properly, however if the file is not there (and that is what I am planning to do a lot) it prints an error GET (url) 500 (Internal Server Error)
How to prevent that from happening? How to get rid of error message?