View Single Post
Old 09-12-2012, 05:20 PM   PM User | #1
Lonestar Jack
New to the CF scene

 
Join Date: Nov 2009
Posts: 5
Thanks: 1
Thanked 0 Times in 0 Posts
Lonestar Jack is an unknown quantity at this point
Spaces in variables

I can't seem to get by this simple problem.
If selected_city is Gila Bend -- it only shows Gila.
I am missing something basic.


function requestCustomerInfo() {
var Id = $("#selected_city").val();
alert(Id);
$("div#divCustomerInfo").load("GetCustomerData.php?id=" + Id);
}

Last edited by Lonestar Jack; 09-12-2012 at 05:23 PM.. Reason: misspelling
Lonestar Jack is offline   Reply With Quote