Passing variable as key in jQuery ajax
I wanted to pass a simple key/value string to an Ajax request, but you cannot simply use the variable as…
A bunch of ramblings about PHP programming, JQuery, MySQL and other 'stuff'
I wanted to pass a simple key/value string to an Ajax request, but you cannot simply use the variable as…
So you want a little funky AJAX loader? Add this to your JS main core file…: $(document).ready(function() { //initiate an…
If you use the above to show a nice loading message when an AJAX call is performed, you may have…
If you use the above to show a nice loading message when an AJAX call is performed, you may have…