jQuery is all client-side, so it has nothing to do with the ColdFusion server at all. The files just have to be part of the HTML that your users use. You just put the *.js files (the core and any plug-ins) in a directory where your website can include them, and then you embed them in your user views just like you would any other JavaScript:
<script type="text/javascript" src="scripts/jquery.min.js"></script> or whatever is appropriate to your environment. ---------------------------------------- From: "Ken Hammond" <[email protected]> Sent: Thursday, May 26, 2011 1:34 PM To: "cf-talk" <[email protected]> Subject: Coldfusion 9 and jQuery Pretty simple. I have a Coldfusion 9 install and I want to use jQuery and this plug-in: http://bassistance.de/jquery-plugins/jquery-plugin-validation/ I have never used jQuery but would like to get it installed and using this, and also keep learning more of it. I have access to everything on the server (place files, modify anything in CF ADMIN, etc...); I just need to know how to install jQuery (or is it part of CF9) and install this plug-in so I can use it. Thanks in advance! Ken ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344923 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

