Thought I'd ask from the fount of wisdom first, rather than use half-an-hour with trials... :o)
> -----Original Message----- > From: Charlie Griefer [mailto:[email protected]] > Sent: Monday, January 12, 2009 1:55 PM > To: cf-talk > Subject: Re: Is it possible to use a CF variable in jQuery? > > erm... did you try? :) > > On Mon, Jan 12, 2009 at 10:46 AM, Rick Faircloth > <[email protected]>wrote: > > > $('#input_<cfoutput>#mls_number#</cfoutput>').show()... > > > > or > > > > var mls_number = <cfoutput>#mls_number#</cfoutput> > > > > $('#input_' + mls_number).show()... > > > > or > > > > ??? > > > > Rick > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:317793 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

