Ok. so I had working jQuery/AJAX code, but I started tinkering with it and now it's not working. see anything wrong with what's below?
Thanks!
Rick
<script type="text/javascript">
$(document).ready(function(){
$("#User_ID").change( function() {
var User_ID = $(this).val();
$("#mycfpagecontent").load("mycfpage.cfm?User_ID= + User_ID");
});
});
</script>
_______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
