I have two code samples here. The first one is an isolated version of what I'm struggling with in the second file. I found that the first sample worked, only after I removed the script tag including jquery.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Perhaps you have a case of those $ conflicts. Instead of using $ you might try replacing it for jQuery. so
becomes
|
|||||
|
datayou retrieve from the Ajax request? Are you sure the data is correct? – Felix Kling Jan 10 '11 at 15:27alert()in the$.postcallback fire at all? Or is it just that the<select>doesn't get populated? – user113716 Jan 10 '11 at 15:42alert(). You may get a little better view of the data if you do aconsole.log()instead. – user113716 Jan 10 '11 at 16:56