Re: Ajax, Json, and two clueless programmers

2010-03-28 Thread Tony Bentley
houseDetails = {address : 1970 ST CHESTER AURORA, 80010, price : 45000,listingNum : 833553, office : 303-487-0777 }; The returned info (price, for example) displays great with ID numbers in a table as such: td id=price/td or like this p id=price/p... but how the heck do I use it in a

Re: Ajax, Json, and two clueless programmers

2010-03-28 Thread Dave l
first I would use jquery to make it easier but if neither of you know it the first hurdle you will face is multiple clicks so you should put a div and class around each link and then use jquery's live property which will make this work right or else you'll be scratchin your head trying to get

RE: Ajax, Json, and two clueless programmers

2010-03-28 Thread andy matthews
...@jamwerx.com] Sent: Sunday, March 28, 2010 7:30 PM To: cf-talk Subject: Re: Ajax, Json, and two clueless programmers first I would use jquery to make it easier but if neither of you know it the first hurdle you will face is multiple clicks so you should put a div and class around each link