1
vote
1answer
290 views

How can I make this Javascript (jQuery, jQuery-UI, AJAX) code better?

There's things I know about Javascript and jQuery, and things I don't. I know that this works, gets and stores what I want so that, when I need to do stuff, I don't have to wait for it. Functionally, ...