View Single Post
Old 06-06-2012, 02:11 AM   PM User | #3
MeltingDog
New to the CF scene

 
Join Date: May 2012
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
MeltingDog is an unknown quantity at this point
Thanks Davey,

Would I be better replacing the Ajax with something like:

$.getJSON("http://localhost/mbff_cms?jsoncallback=?",
function(data) {
console.log(data)
});
MeltingDog is offline   Reply With Quote