====== About foxycart_includes.js ====== The ''foxycart_includes.js'' file is specific to your store version (as specified in your store settings). It uses Dean Edward's [[http://dean.edwards.name/packer/|Packer]] to compress a few other files that help make it easier to implement FoxyCart. * jquery.js: We're currently using [[http://www.jquery.com|jQuery]]. It's in "no conflict mode" so your other libraries will work fine. * form.js: We're using malsup.com's [[http://www.malsup.com/jquery/form/|form.js]] to assist with sending form data to your cart. * foxycart.js: This file contains the code necessary to use the JSON object, as well as some other code specific to FoxyCart. * foxybox.js: "FoxyBox" is simply a modified version of Cody Lindley's very cool [[http://jquery.com/demo/thickbox/|Thickbox]]. FoxyCart is currently using version 2 of Thickbox. * To change the size of your thickbox go [[docs:defaults:foxybox]].