javascript - Getting an error even when checkbox is checked -


From all instances, I have found that is used (': check') to The correct checkbox is checked, and if it is not wrong in my case, it lies on both situations, what is my fault?

  {xtype: 'checkbox', box label: 'show message', id: 'main box', handler: function () {alert ($ (this) .is (': check That ')); According to}  , I will try:  

  {xtype: 'checkbox', box label: 'show message', id: 'main box', handler: function (field, value) {warning (value); }}  

Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -