On Monday, June 18, 2007 12:04 PM cfdvlpr <> said: > But instead of hardcoding the price breaks, I want to make that > dynamic. > The price break is a list which I have in a Coldfusion list variable > in my .cfm file where I include the .js file above.
Definitely don't hardcode the price breaks. Those should be administerable(?) through the admin interface. > Any thoughts on how to do this? > Can I pass the list of price breaks variable into Jquery somehow and > then loop through it? Maybe as JSON or XML? Chris.