I am trying to load a file using jQuery that contains the "@" symbol in the file name. Other files will load, however files with "@" do not. Does anyone know how to solve this? Thanks.
var file = $(this).text(); //div with file name
$.get(file, function(data) {