[jQuery] Simple AJAX call does not load
I'm trying to do what should be a fairly simple AJAX call. However it's not playing nicely. Here is the code I have so far. $(document).ready(function() { $('loading').ajaxStart(function() { $(this).show();
[jQuery] Simple AJAX call is not loading?
I'm trying to do what should be a fairly simple AJAX call. However it's not playing nicely. Here is the code I have so far. $(document).ready(function() { $('loading').ajaxStart(function() { $(this).show();