Thanks, Jason, and everyone... Rick
> -----Original Message----- > From: Jason Fisher [mailto:[email protected]] > Sent: Monday, January 12, 2009 1:53 PM > To: cf-talk > Subject: Re: Is it possible to use a CF variable in jQuery? > > Yes, should work just fine. To keep the code clean and safe, you could use > jsStringFormat(), too: > > var mls_input = <cfoutput>"##input_#jsStringFormat(mls_number)#";</cfoutput> > > $(mls_input).show()... > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317794 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

