A
This replaces an actual picture:
-----------------------------------------------------------------------------------------
blah blah blah blah blah blah blah blah blah
function lookup(inputString,type,inputSource,outputDestination) {
if(inputString.length == 0) {
$('#suggestions').hide();
} else {
$.post("autoPopulateAJAXcallDefinitions.php", {queryString: ""+inputString+"", queryType: ""+type+"", querySource: ""+inputSource+"", queryDestination: ""+outputDestination+""}, function(data){
if(data.length >0) {
$('#suggestions').show();
$('#autoSuggestionsList').html(data);
blah blah blah blah blah blah blah blah blah
-----------------------------------------------------------------------------------------
Apathy
I am, at long last, starting the blogging challenge on July 7th, putting me several letters behind. I am late to the challenge because I have not been keeping up on friends' blogs. All I've been doing, pretty much, is writing thousands of lines of code, some of which look like the above garble. I am feeling very apathetic about writing more of this crap this week. Apathy does not play well with me because I always think one SHOULD care one way or another about most things. Fortunately, good friend LH, over several glasses of wine and a great bowl of pesto prepared by friend M, snapped me out of my apathetic mood, and here I am, at A. I have no new pictures to share on this computer. I've been somewhat apathetic about taking pictures as well. Will try to do better.
-----------------------------------------------------------------------------------------
blah blah blah blah blah blah blah blah blah
function lookup(inputString,type,inputSource,outputDestination) {
if(inputString.length == 0) {
$('#suggestions').hide();
} else {
$.post("autoPopulateAJAXcallDefinitions.php", {queryString: ""+inputString+"", queryType: ""+type+"", querySource: ""+inputSource+"", queryDestination: ""+outputDestination+""}, function(data){
if(data.length >0) {
$('#suggestions').show();
$('#autoSuggestionsList').html(data);
blah blah blah blah blah blah blah blah blah
-----------------------------------------------------------------------------------------
Apathy
I am, at long last, starting the blogging challenge on July 7th, putting me several letters behind. I am late to the challenge because I have not been keeping up on friends' blogs. All I've been doing, pretty much, is writing thousands of lines of code, some of which look like the above garble. I am feeling very apathetic about writing more of this crap this week. Apathy does not play well with me because I always think one SHOULD care one way or another about most things. Fortunately, good friend LH, over several glasses of wine and a great bowl of pesto prepared by friend M, snapped me out of my apathetic mood, and here I am, at A. I have no new pictures to share on this computer. I've been somewhat apathetic about taking pictures as well. Will try to do better.
Comments