0

I have site that sells items. I have created the cookies having a

  • title,
  • price,
  • quantity
  • total

I have an add to basket button which stores the cookie and i have a view basket button which links to another html page which onload reads the cookies for each product. Each product has an individual total but what i would like to do is add the totals together for an overall total. I do not know how to write a function to get the cookie total values.

Thanks

4

1 に答える 1

1

JavaScriptの純粋主義者がこれで私を殺すことはわかっていますが、次のようなjQueryプラグインの使用について本当に考えるべきです:

http://www.electrictoolbox.com/jquery-cookies/

それはあなたの人生をずっと楽にしてくれます。

このページ:

http://web.enavu.com/tutorials/working-with-cookies-using-jquery-and-javascript/

JavaScript と jQuery プラグインの両方を使用して Cookie にアクセスする方法を示します。

于 2012-06-01T18:58:32.060 に答える