Hi, Chris.
 
The pound signs don't seem to be affecting the CF.
 
Rick
 
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Christopher Jordan
Sent: Wednesday, February 28, 2007 2:27 PM
To: jQuery Discussion.
Subject: Re: [jQuery] What's wrong with this code?
 
Rick, are you escaping the pound signs in your CF code?

Chris

Rick Faircloth wrote: 
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/
  



-- 
http://www.cjordan.us
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to