标签: jquery
我知道我可以这样做,我的功能也可以。
var theRoom = 'room1'; $('#notifyParent').unbind('click').one('click', '#' + theRoom + '321', function () { //do something });
但是当theRoom是一个可以在加载页面后改变的动态变量时,如何做同样的事情?它甚至可能吗?
theRoom