johnsonbeng
Results
1
comments of
johnsonbeng
You can change the _bindEvents function. In the "mobileSelect-control" click handler function, you can insert `that.syncR();` and `that.hide();` after `$this.siblings().removeClass('selected').end().addClass('selected');` (after row 254). After that you can remove the buttons...