Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for unCheck (0.17 sec)

  1. docs/integrations/veeam/README.md

    ### Create a backup job
    
    #### Backup Virtual Machines with Veeam Backup and Replication
    
    Plain Text
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Sep 29 04:28:45 GMT 2022
    - 5.4K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/adminlte.min.js

    y),a=function(t){var e="TodoList",i=t.fn[e],n='[data-widget="todo-list"]',s="done",o={onCheck:function(t){return t},onUnCheck:function(t){return t}},a=function(){function e(t,e){this._config=e,this._element=t,this._init()}var i=e.prototype;return i.toggle=function(e){e.parents("li").toggleClass(s),t(e).prop("checked")?this.check(e):this.unCheck(t(e))},i.check=function(t){this._config.onCheck.call(t)},i.unCheck=function(t){this._config.onUnCheck.call(t)},i._init=function(){var e=this;t(n).find("i...
    JavaScript
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 23.7K bytes
    - Viewed (3)
  3. src/main/webapp/js/admin/adminlte.min.js.map

    this._init()\n    }\n\n    // Public\n\n    toggle(item) {\n      item.parents('li').toggleClass(ClassName.TODO_LIST_DONE);\n      if (! $(item).prop('checked')) {\n        this.unCheck($(item));\n        return;\n      }\n\n      this.check(item);\n    }\n\n    check (item) {\n      this._config.onCheck.call(item);\n    }\n\n    unCheck (item) {\n      this._config.onUnCheck.call(item);\n    }\n\n    // Private\n\n    _init() {\n      var that = this\n      $(Selector.DATA_TOGGLE).find('input:checkbox:c...
    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Wed Feb 12 07:55:41 GMT 2020
    - 77K bytes
    - Viewed (1)
Back to top