$("li[title='蔬菜']").css("background-color", "green");
2016-06-02
$("a").click(function () {
if($(this).text()=="更多"){
$("a").text("简化");
$(".dda").toggle()}else {
$("a").text("更多");
$(".dda").toggle()
}
})
if($(this).text()=="更多"){
$("a").text("简化");
$(".dda").toggle()}else {
$("a").text("更多");
$(".dda").toggle()
}
})