摘要:
$(document).ready(function(){ $("input[name=discount]").each(function(){ $(this).click(function(){ var discount = $(this).val(); ... 阅读全文
posted @ 2014-05-15 17:08 曙光城邦 阅读(13868) 评论(0) 推荐(0)
|
|
|
|
摘要:
$(document).ready(function(){ $("input[name=discount]").each(function(){ $(this).click(function(){ var discount = $(this).val(); ... 阅读全文
posted @ 2014-05-15 17:08 曙光城邦 阅读(13868) 评论(0) 推荐(0) |
|