ominapex

Results 1 comments of ominapex

> a very simple solution: > > $('input').on('ifChecked', function (e) { > __doPostBack(e.currentTarget, ''); > }); Almost but I gurantee the works $('input').on('ifChanged', function (e) { __doPostBack(this.id, ''); });