$j('#Button1').click( function () {
然后执行一个函数,但现在我想在单击Button1或Button2时执行相同的功能.
那是什么jQuery语法?
$j('#Button1,#Button2').click( function () {