Get request attributes in JQuery

Get request attributes in JQuery

When loading a page, I have the following in my controller:

request.setAttribute("myAtt", "Testing");
I need to access and use this attribute in a JS file. Can anyone help??