摘要:
$(function() { $('img').click(function() { $('img[clicked="true"]').removeAttr('clicked').css('border-color', '#999'); $(this).css('border-color', '#f00').attr('clicked', true); }); }) 阅读全文
posted @ 2011-05-15 11:26
leamiko
阅读(321)
评论(0)
推荐(0)

浙公网安备 33010602011771号